Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-11-12 | Rename check_array2() to check_array() | Behdad Esfahbod | 2 | -5/+5 |
2018-11-12 | Rename check_array(array, a, b) to check_range() | Behdad Esfahbod | 7 | -18/+49 |
2018-11-12 | [kerx] Fix integer overflow in multiply | Behdad Esfahbod | 2 | -14/+17 |
2018-11-12 | [kerx] Minor tweak on previous commit | Behdad Esfahbod | 1 | -3/+3 |
2018-11-12 | [fuzzing] Remove limited-edition build of libraries | Behdad Esfahbod | 2 | -57/+13 |
2018-11-12 | [kerx] Protect against stack underflow | Behdad Esfahbod | 2 | -1/+1 |
2018-11-11 | [shape-plan] Minor | Behdad Esfahbod | 3 | -20/+24 |
2018-11-11 | [shape-plan] Minor rename | Behdad Esfahbod | 1 | -11/+11 |
2018-11-11 | Add variation coords to shape_plan proposal | Behdad Esfahbod | 1 | -0/+2 |
2018-11-11 | Minor | Behdad Esfahbod | 1 | -18/+13 |
2018-11-11 | Embed hb_ot_shape_plan_t into hb_shape_plan_t | Behdad Esfahbod | 9 | -207/+70 |
2018-11-11 | Remove wrong comment | Behdad Esfahbod | 1 | -1/+0 |
2018-11-11 | Finish off eecccc919ce15f60ae7ef9da5cfb311b4aa05c63 | Behdad Esfahbod | 1 | -4/+1 |
2018-11-11 | Minor | Behdad Esfahbod | 7 | -15/+16 |
2018-11-11 | Minor | Behdad Esfahbod | 2 | -2/+2 |
2018-11-11 | Revert "Declare Null() constexpr" | Behdad Esfahbod | 1 | -1/+1 |
2018-11-11 | Minor | Behdad Esfahbod | 1 | -1/+0 |
2018-11-11 | Declare Null() constexpr | Behdad Esfahbod | 1 | -1/+1 |
2018-11-11 | Don't store to null object | Behdad Esfahbod | 1 | -5/+4 |
2018-11-11 | Remove unused function | Behdad Esfahbod | 1 | -5/+0 |
2018-11-11 | [hdmx] Renames | Behdad Esfahbod | 1 | -23/+23 |
2018-11-11 | Add hb_blob_ptr_t.destroy() | Behdad Esfahbod | 11 | -14/+15 |
2018-11-11 | [hmtx/port] Use hb_blob_ptr_t | Behdad Esfahbod | 2 | -20/+15 |
2018-11-11 | [cmap] Port to hb_blob_ptr_t | Behdad Esfahbod | 1 | -4/+3 |
2018-11-11 | [color] Port to hb_blob_ptr_t | Behdad Esfahbod | 5 | -52/+31 |
2018-11-11 | Comment | Behdad Esfahbod | 1 | -1/+1 |
2018-11-11 | [shape-plan] Remove use of custom null object | Behdad Esfahbod | 2 | -25/+0 |
2018-11-11 | [shape-plan] Make null object all zeros | Behdad Esfahbod | 2 | -5/+5 |
2018-11-11 | [blob] Use default null object | Behdad Esfahbod | 2 | -13/+0 |
2018-11-11 | [blob] Change null object memory mode to DUPLICATE | Behdad Esfahbod | 1 | -1/+1 |
2018-11-10 | Add hb_blob_ptr_t | Behdad Esfahbod | 5 | -23/+39 |
2018-11-10 | Minor | Behdad Esfahbod | 1 | -3/+2 |
2018-11-10 | [kerx] Fix Format1 tupleKern sanitization | Behdad Esfahbod | 2 | -3/+3 |
2018-11-10 | [fuzzing] Make "make lib" faster and more usable | Behdad Esfahbod | 2 | -6/+8 |
2018-11-10 | Minor | Behdad Esfahbod | 1 | -0/+3 |
2018-11-10 | Revert parts of previous commit that made clang unhappy | Behdad Esfahbod | 1 | -1/+1 |
2018-11-10 | Better fix for MSVC 2008 | Behdad Esfahbod | 5 | -13/+20 |
2018-11-10 | Try fixing MSVC 2008 build | Behdad Esfahbod | 1 | -2/+10 |
2018-11-10 | Fix hb_bytes_t's unused template array constructor | Behdad Esfahbod | 1 | -1/+1 |
2018-11-10 | Add trivial casts to hb_bytes_t | Behdad Esfahbod | 1 | -0/+3 |
2018-11-10 | Revert back hb_bytes_t.cmp() to the scheme it was | Behdad Esfahbod | 1 | -7/+6 |
2018-11-10 | Fix hb_bytes_t.cmp() for realz this time | Behdad Esfahbod | 1 | -4/+6 |
2018-11-10 | Fix hb_bytes_t.cmp() | Behdad Esfahbod | 1 | -3/+5 |
2018-11-10 | Merge pull request #1376 from ebraminio/minor | Behdad Esfahbod | 3 | -35/+32 |
2018-11-10 | [colr/feat/trak] minor | Ebrahim Byagowi | 3 | -35/+32 |
2018-11-10 | [qsort] Fix O(N^2) behavior if all array elements are the same | Behdad Esfahbod | 2 | -4/+11 |
2018-11-10 | [post] Minor | Behdad Esfahbod | 1 | -13/+9 |
2018-11-10 | [post] Move sanitize close to data fields | Behdad Esfahbod | 1 | -13/+13 |
2018-11-10 | [post] Remove unnecessary hb_nonnull_ptr_t<> | Behdad Esfahbod | 1 | -1/+1 |
2018-11-10 | [glyf] minor | Ebrahim Byagowi | 1 | -1/+1 |