src/hb-array.hh


Log

Author Commit Date CI Message
Behdad Esfahbod 89949ed2 2018-12-30T01:52:19 Fix ubsan with passing nullptr to qsort()
Behdad Esfahbod 954b9854 2018-12-21T19:55:02 [iter] Add hb_sorted_iter_t<>
Behdad Esfahbod 25786f49 2018-12-21T19:29:00 [array] Port to hb_iter_t<> hb_array_t is its own iterator...
Behdad Esfahbod 474a1205 2018-12-21T18:46:51 [array/vector] Rename len to length
Behdad Esfahbod 865deeb3 2018-12-21T17:35:58 Adjust internal header dependencies
Behdad Esfahbod 7b4eea85 2018-12-21T16:02:16 [array] Add more hb_array() / hb_sorted_array() variants
Behdad Esfahbod 95265aea 2018-12-21T15:12:55 [array] Remove copy constructor Fixes https://github.com/harfbuzz/harfbuzz/issues/1502
Behdad Esfahbod 879faa2a 2018-12-21T01:57:40 Rename
Behdad Esfahbod bd369773 2018-12-20T23:14:24 Rename
Behdad Esfahbod 3d9d7dc4 2018-12-18T22:11:23 [arrays] Add hb_ubytes_t for unsigned char
Behdad Esfahbod f1e95e40 2018-12-18T16:49:08 [arrays] Remove hb_supplier_t<>
Behdad Esfahbod b1094fc2 2018-12-17T22:41:04 [arrays] Minor tweaks to hb_supplier_t I think I like to keep this hb_supplier_t thing separately from hb_array_t.
Behdad Esfahbod cf39c242 2018-12-17T22:36:23 [arrays] Rename Supplier to hb_supplier_t
Ebrahim Byagowi e4120085 2018-12-17T21:31:01 Remove redundant void from C++ sources (#1486)
Behdad Esfahbod 381c3548 2018-12-17T00:39:30 [array] Add cast operator to add const to Type In lieu of constructor removed in previous commit.
Behdad Esfahbod 15acf33c 2018-12-17T00:38:13 [array] Remove problematic constructor
Behdad Esfahbod 470369a8 2018-12-17T00:20:19 [array] Add arithmetic operators
Behdad Esfahbod 6cd60c2f 2018-12-17T00:09:06 [array] Return Crap instead of Null if Type is not const Ouch!
Behdad Esfahbod 94e72cf1 2018-12-17T00:06:40 [array] Add operator *
Behdad Esfahbod 68d4a5ee 2018-12-17T00:02:42 [array] Add constructor from fixed-size array
Behdad Esfahbod a4354d2f 2018-12-16T23:57:27 [array] Organize
Behdad Esfahbod 84c18658 2018-12-16T23:52:17 [arrays] Reduce Supplier<> even further
Behdad Esfahbod f85f6e81 2018-12-16T23:45:07 [array] Add operator +=
Behdad Esfahbod 7c0e3e9b 2018-12-16T23:43:17 [array] Add constructor from hb_array_t<const Type>
Behdad Esfahbod 92680361 2018-12-16T23:38:51 [arrays] Move Supplier<> to hb-array.hh
Behdad Esfahbod dcfa4a8d 2018-12-16T20:40:07 [array] Remove custom hb_bytes_t implementation
Behdad Esfahbod 3656f56d 2018-12-16T20:35:11 [arrays] Minor
Behdad Esfahbod aa8f9471 2018-12-16T20:20:35 [array] Minor
Behdad Esfahbod 5a552f75 2018-12-16T20:07:44 [array] Move hb_array_t and related types to hb-array.hh