summaryrefslogtreecommitdiff
path: root/src/hb-set.cc
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Remove redundant void from C++ sources (#1486)Ebrahim Byagowi1-2/+2
2018-10-28[docs] Fix titles here as wellBehdad Esfahbod1-1/+1
2018-10-27[docs] Rename section titles to object namesBehdad Esfahbod1-1/+1
2018-10-27[docs] MoreBehdad Esfahbod1-1/+10
2018-10-26Fix bunch of unused parameter warningsBehdad Esfahbod1-1/+1
2018-08-25Rename hb-*private.hh to hb-*.hhBehdad Esfahbod1-1/+1
2018-06-06[set] Add is_subsetBehdad Esfahbod1-2/+20
2018-05-31Use NullPool for _hb_set_nil and _hb_map_nilBehdad Esfahbod1-7/+1
2018-05-31[set] MinorBehdad Esfahbod1-2/+0
2018-05-31Rename in_error to !successfulBehdad Esfahbod1-2/+2
2018-05-02[set] Fix init/fini of set on the stack to call object init/finiBehdad Esfahbod1-2/+2
2018-05-01s/finish/finiBehdad Esfahbod1-1/+1
2018-05-01[set] Cache populationBehdad Esfahbod1-0/+1
2018-04-23Resolve clang's used-but-marked-unused warningsEbrahim Byagowi1-1/+1
2018-02-14[set] Add backwards iteratorBehdad Esfahbod1-1/+48
2018-02-13[subset] hb_subset_input_t changesBehdad Esfahbod1-7/+7
2017-12-14MinorBehdad Esfahbod1-4/+2
2017-10-22Fix set initialization issuesBehdad Esfahbod1-2/+4
2017-10-15Deprecate hb_set_invert()Behdad Esfahbod1-1/+2
2017-01-22Stub out doc comments for new symbolsBehdad Esfahbod1-1/+1
2015-06-01Fix "Since:" tagsSascha Brawer1-26/+26
2013-09-12[introspection] Disable constructors for nowBehdad Esfahbod1-1/+1
2013-09-06[docs/introspection] More annotationsBehdad Esfahbod1-1/+1
2013-09-06Annotate hb-set a bit; add HB_SET_VALUE_INVALIDBehdad Esfahbod1-0/+244
2013-04-17Remove HB_DEBUG_SET_DIGESTSBehdad Esfahbod1-14/+0
2013-04-16Print set-digest hit ratio with HB_DEBUG_SET_DIGESTSBehdad Esfahbod1-0/+13
2013-01-02[tests] Start adding tests for hb-set.hBehdad Esfahbod1-1/+8
2012-11-21Rename hb_set_population() to hb_set_get_population()Behdad Esfahbod1-1/+1
2012-11-15Add / modify set API a bitBehdad Esfahbod1-28/+58
2012-06-05Cleanup TRUE/FALSE vs true/falseBehdad Esfahbod1-1/+1
2012-06-05Better hide nil objects and make them constBehdad Esfahbod1-8/+8
2012-05-25Add set iteratorBehdad Esfahbod1-0/+7
2012-05-25Add set symmetric differenceBehdad Esfahbod1-0/+7
2012-05-17Don't use min/max as function namesBehdad Esfahbod1-2/+2
2012-05-13Fix more unused-var warningsBehdad Esfahbod1-1/+1
2012-04-25MinorBehdad Esfahbod1-0/+2
2012-04-24Add a few more set operationsBehdad Esfahbod1-0/+55
2012-04-23Add hb_set_tBehdad Esfahbod1-0/+120