|
11f1f413
|
2018-06-06T16:46:50
|
|
[set] Add is_subset
New API:
+hb_set_is_subset()
|
|
1ce40d90
|
2018-05-25T16:34:08
|
|
[set] Remove stale comment
|
|
694eaf63
|
2018-02-14T01:00:10
|
|
[set] Add backwards iterator
New API:
- hb_set_previous()
- hb_set_previous_range()
|
|
1d397120
|
2017-10-15T16:15:24
|
|
Deprecate hb_set_invert()
|
|
835bbdc7
|
2015-11-19T18:34:12
|
|
Public headers: Decorate public symbols with HB_EXTERN
This prepares the headers for exporting symbols using visibility
attributes or __declspec(dllexport), so that we do not need to maintain
symbols listing files, as this is what was and is done in GLib and GTK+.
|
|
b8811429
|
2015-09-03T15:53:22
|
|
Fix Since tags
Fixes https://github.com/behdad/harfbuzz/issues/103
|
|
20cbc1f8
|
2013-09-06T15:29:22
|
|
Annotate hb-set a bit; add HB_SET_VALUE_INVALID
|
|
8165f276
|
2013-01-02T22:50:36
|
|
[tests] Start adding tests for hb-set.h
Fails now. Fixing.
|
|
ac064a2d
|
2012-11-21T01:14:19
|
|
Rename hb_set_population() to hb_set_get_population()
|
|
aec89de5
|
2012-11-15T16:15:42
|
|
Add / modify set API a bit
|
|
1bc1cb36
|
2012-06-16T15:21:55
|
|
Make source more digestable for gobject-introspection
|
|
0594a244
|
2012-06-05T20:35:40
|
|
Cleanup TRUE/FALSE vs true/false
|
|
29ce446d
|
2012-05-25T14:17:54
|
|
Add set iterator
|
|
62c3e111
|
2012-05-25T13:48:00
|
|
Add set symmetric difference
|
|
6c6ccaf5
|
2012-04-24T14:21:15
|
|
Add a few more set operations
TODO: Tests for hb_set_t.
|
|
0b08adb3
|
2012-04-23T22:41:09
|
|
Add hb_set_t
|