summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Rename check_array2() to check_array()Behdad Esfahbod2-5/+5
2018-11-12Rename check_array(array, a, b) to check_range()Behdad Esfahbod7-18/+49
2018-11-12[kerx] Fix integer overflow in multiplyBehdad Esfahbod2-14/+17
2018-11-12[kerx] Minor tweak on previous commitBehdad Esfahbod1-3/+3
2018-11-12[fuzzing] Remove limited-edition build of librariesBehdad Esfahbod2-57/+13
2018-11-12[kerx] Protect against stack underflowBehdad Esfahbod2-1/+1
2018-11-11[shape-plan] MinorBehdad Esfahbod3-20/+24
2018-11-11[shape-plan] Minor renameBehdad Esfahbod1-11/+11
2018-11-11Add variation coords to shape_plan proposalBehdad Esfahbod1-0/+2
2018-11-11MinorBehdad Esfahbod1-18/+13
2018-11-11Embed hb_ot_shape_plan_t into hb_shape_plan_tBehdad Esfahbod9-207/+70
2018-11-11Remove wrong commentBehdad Esfahbod1-1/+0
2018-11-11Finish off eecccc919ce15f60ae7ef9da5cfb311b4aa05c63Behdad Esfahbod1-4/+1
2018-11-11MinorBehdad Esfahbod7-15/+16
2018-11-11MinorBehdad Esfahbod2-2/+2
2018-11-11Revert "Declare Null() constexpr"Behdad Esfahbod1-1/+1
2018-11-11MinorBehdad Esfahbod1-1/+0
2018-11-11Declare Null() constexprBehdad Esfahbod1-1/+1
2018-11-11Don't store to null objectBehdad Esfahbod1-5/+4
2018-11-11Remove unused functionBehdad Esfahbod1-5/+0
2018-11-11[hdmx] RenamesBehdad Esfahbod1-23/+23
2018-11-11Add hb_blob_ptr_t.destroy()Behdad Esfahbod11-14/+15
2018-11-11[hmtx/port] Use hb_blob_ptr_tBehdad Esfahbod2-20/+15
2018-11-11[cmap] Port to hb_blob_ptr_tBehdad Esfahbod1-4/+3
2018-11-11[color] Port to hb_blob_ptr_tBehdad Esfahbod5-52/+31
2018-11-11CommentBehdad Esfahbod1-1/+1
2018-11-11[shape-plan] Remove use of custom null objectBehdad Esfahbod2-25/+0
2018-11-11[shape-plan] Make null object all zerosBehdad Esfahbod2-5/+5
2018-11-11[blob] Use default null objectBehdad Esfahbod2-13/+0
2018-11-11[blob] Change null object memory mode to DUPLICATEBehdad Esfahbod1-1/+1
2018-11-10Add hb_blob_ptr_tBehdad Esfahbod5-23/+39
2018-11-10MinorBehdad Esfahbod1-3/+2
2018-11-10[kerx] Fix Format1 tupleKern sanitizationBehdad Esfahbod2-3/+3
2018-11-10[fuzzing] Make "make lib" faster and more usableBehdad Esfahbod2-6/+8
2018-11-10MinorBehdad Esfahbod1-0/+3
2018-11-10Revert parts of previous commit that made clang unhappyBehdad Esfahbod1-1/+1
2018-11-10Better fix for MSVC 2008Behdad Esfahbod5-13/+20
2018-11-10Try fixing MSVC 2008 buildBehdad Esfahbod1-2/+10
2018-11-10Fix hb_bytes_t's unused template array constructorBehdad Esfahbod1-1/+1
2018-11-10Add trivial casts to hb_bytes_tBehdad Esfahbod1-0/+3
2018-11-10Revert back hb_bytes_t.cmp() to the scheme it wasBehdad Esfahbod1-7/+6
2018-11-10Fix hb_bytes_t.cmp() for realz this timeBehdad Esfahbod1-4/+6
2018-11-10Fix hb_bytes_t.cmp()Behdad Esfahbod1-3/+5
2018-11-10Merge pull request #1376 from ebraminio/minorBehdad Esfahbod3-35/+32
2018-11-10[colr/feat/trak] minorEbrahim Byagowi3-35/+32
2018-11-10[qsort] Fix O(N^2) behavior if all array elements are the sameBehdad Esfahbod2-4/+11
2018-11-10[post] MinorBehdad Esfahbod1-13/+9
2018-11-10[post] Move sanitize close to data fieldsBehdad Esfahbod1-13/+13
2018-11-10[post] Remove unnecessary hb_nonnull_ptr_t<>Behdad Esfahbod1-1/+1
2018-11-10[glyf] minorEbrahim Byagowi1-1/+1