Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-25 | Rename hb-*private.hh to hb-*.hh | Behdad Esfahbod | 1 | -1/+1 |
2018-06-06 | [set] Add is_subset | Behdad Esfahbod | 1 | -2/+20 |
2018-05-31 | Use NullPool for _hb_set_nil and _hb_map_nil | Behdad Esfahbod | 1 | -7/+1 |
2018-05-31 | [set] Minor | Behdad Esfahbod | 1 | -2/+0 |
2018-05-31 | Rename in_error to !successful | Behdad Esfahbod | 1 | -2/+2 |
2018-05-02 | [set] Fix init/fini of set on the stack to call object init/fini | Behdad Esfahbod | 1 | -2/+2 |
2018-05-01 | s/finish/fini | Behdad Esfahbod | 1 | -1/+1 |
2018-05-01 | [set] Cache population | Behdad Esfahbod | 1 | -0/+1 |
2018-04-23 | Resolve clang's used-but-marked-unused warnings | Ebrahim Byagowi | 1 | -1/+1 |
2018-02-14 | [set] Add backwards iterator | Behdad Esfahbod | 1 | -1/+48 |
2018-02-13 | [subset] hb_subset_input_t changes | Behdad Esfahbod | 1 | -7/+7 |
2017-12-14 | Minor | Behdad Esfahbod | 1 | -4/+2 |
2017-10-22 | Fix set initialization issues | Behdad Esfahbod | 1 | -2/+4 |
2017-10-15 | Deprecate hb_set_invert() | Behdad Esfahbod | 1 | -1/+2 |
2017-01-22 | Stub out doc comments for new symbols | Behdad Esfahbod | 1 | -1/+1 |
2015-06-01 | Fix "Since:" tags | Sascha Brawer | 1 | -26/+26 |
2013-09-12 | [introspection] Disable constructors for now | Behdad Esfahbod | 1 | -1/+1 |
2013-09-06 | [docs/introspection] More annotations | Behdad Esfahbod | 1 | -1/+1 |
2013-09-06 | Annotate hb-set a bit; add HB_SET_VALUE_INVALID | Behdad Esfahbod | 1 | -0/+244 |
2013-04-17 | Remove HB_DEBUG_SET_DIGESTS | Behdad Esfahbod | 1 | -14/+0 |
2013-04-16 | Print set-digest hit ratio with HB_DEBUG_SET_DIGESTS | Behdad Esfahbod | 1 | -0/+13 |
2013-01-02 | [tests] Start adding tests for hb-set.h | Behdad Esfahbod | 1 | -1/+8 |
2012-11-21 | Rename hb_set_population() to hb_set_get_population() | Behdad Esfahbod | 1 | -1/+1 |
2012-11-15 | Add / modify set API a bit | Behdad Esfahbod | 1 | -28/+58 |
2012-06-05 | Cleanup TRUE/FALSE vs true/false | Behdad Esfahbod | 1 | -1/+1 |
2012-06-05 | Better hide nil objects and make them const | Behdad Esfahbod | 1 | -8/+8 |
2012-05-25 | Add set iterator | Behdad Esfahbod | 1 | -0/+7 |
2012-05-25 | Add set symmetric difference | Behdad Esfahbod | 1 | -0/+7 |
2012-05-17 | Don't use min/max as function names | Behdad Esfahbod | 1 | -2/+2 |
2012-05-13 | Fix more unused-var warnings | Behdad Esfahbod | 1 | -1/+1 |
2012-04-25 | Minor | Behdad Esfahbod | 1 | -0/+2 |
2012-04-24 | Add a few more set operations | Behdad Esfahbod | 1 | -0/+55 |
2012-04-23 | Add hb_set_t | Behdad Esfahbod | 1 | -0/+120 |