summaryrefslogtreecommitdiff
path: root/src/hb-null.hh
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Use class templates for Null objectsBehdad Esfahbod1-12/+19
2018-12-23Fix a few warningsBehdad Esfahbod1-1/+1
2018-12-20Add hb_assign(obj, value)Behdad Esfahbod1-1/+23
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-16/+16
2018-12-16Remove redundant 'inline' from methods (#1483)Ebrahim Byagowi1-13/+13
2018-11-30Merge branch 'master' into cff-subsetMichiharu Ariza1-6/+19
2018-11-29Fix "typename outside template" issuesBehdad Esfahbod1-6/+19
2018-11-28Merge branch 'master' into cff-subsetMichiharu Ariza1-7/+46
2018-11-24Add hb_static_size(T)Behdad Esfahbod1-0/+19
2018-11-24Add template-function convenience macrosBehdad Esfahbod1-5/+6
2018-11-22Enforce requiring null_size even if min_size is 0Behdad Esfahbod1-1/+1
2018-11-22Fix spurious gcc warningsBehdad Esfahbod1-1/+1
2018-11-22Fix up recent changeBehdad Esfahbod1-3/+9
2018-11-22Use Type::null_size for our structs in Null(), sizeof() for other typesBehdad Esfahbod1-2/+15
2018-11-21..Behdad Esfahbod1-2/+2
2018-11-11Revert "Declare Null() constexpr"Behdad Esfahbod1-1/+1
2018-11-11Declare Null() constexprBehdad Esfahbod1-1/+1
2018-11-06Merge branch 'master' into cff-subsetMichiharu Ariza1-12/+6
2018-11-05[null] Tweak hb_nonnull_ptr_t some moreBehdad Esfahbod1-12/+6
2018-11-04Merge branch 'master' into cff-subsetMichiharu Ariza1-0/+30
2018-11-03Add operator char * to hb_nonnull_ptr_tBehdad Esfahbod1-4/+4
2018-11-03Template casts in hb_nonnull_ptr_tBehdad Esfahbod1-2/+4
2018-11-03Add hb_nonnull_ptr_tBehdad Esfahbod1-0/+28
2018-11-01Merge branch 'master' into cff-subsetMichiharu Ariza1-1/+1
2018-11-01[Crap] Avoid operator=Behdad Esfahbod1-1/+1
2018-10-23Merge branch 'master' into cff-subsetMichiharu Ariza1-2/+2
2018-10-22Remove const and references when binding Null()Behdad Esfahbod1-2/+2
2018-10-22Merge branch 'master' into cff-subsetMichiharu Ariza1-2/+2
2018-10-19Fix typos.Bruce Mitchener1-2/+2
2018-10-10Add per-subtable set-digestsBehdad Esfahbod1-1/+1
2018-10-10Move subtable array into lookup accelBehdad Esfahbod1-1/+1
2018-09-17Merge branch 'master' into cff-subsetMichiharu Ariza1-13/+0
2018-09-17implemented get_glyph_extents with CFF1Michiharu Ariza1-1/+1
2018-09-16Revert forcing use of single-parameter static_assert()Behdad Esfahbod1-4/+4
2018-09-16Enforce single-param static_assert() onlyBehdad Esfahbod1-4/+4
2018-09-16Remove unused tryBehdad Esfahbod1-13/+0
2018-09-06Merge branch 'master' into cff-subsetMichiharu Ariza1-15/+28
2018-09-04[subset] Implement subsetting of SingleSubstBehdad Esfahbod1-15/+28
2018-08-29Merge branch 'master' into cff-subsetMichiharu Ariza1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-08-06Merge branch 'master' into cff-subsetMichiharu Ariza1-0/+106
2018-08-06Port _nil objects to Null() machineryBehdad Esfahbod1-1/+10
2018-08-06Change null-pool specialization to min_size againBehdad Esfahbod1-4/+4
2018-08-06Move Null system to hb-null.hhBehdad Esfahbod1-0/+97