Behdad Esfahbod
|
efa2a5796e
|
[map] Add hb_map_copy()
New API:
+ hb_map_copy()
|
2022-05-26 05:01:57 -06:00 |
Behdad Esfahbod
|
4ea2725704
|
[set/map] Expose hash API publicly
New API:
+ hb_set_hash()
+ hb_map_hash()
|
2022-05-20 13:19:48 -06:00 |
Behdad Esfahbod
|
ad17699089
|
[map] Add is_equal() / towards making hb_map_t hashable
New API:
+ hb_map_is_equal()
|
2022-05-19 13:36:12 -06:00 |
Khaled Hosny
|
7b9e23f28b
|
[introspection] Fix g-ir-scanner syntax errors
Fixes https://github.com/harfbuzz/harfbuzz/issues/2851
|
2021-02-10 23:37:43 +02:00 |
Khaled Hosny
|
3d7a361648
|
[docs] Miscellaneous missing docs
|
2020-12-30 19:21:49 -08:00 |
Nathan Willis
|
922c32eb2d
|
[docs] Add gtkdoc comments to hb-map
|
2020-12-24 21:30:03 +02:00 |
Behdad Esfahbod
|
df01f3e560
|
1.7.7
|
2018-06-05 15:18:16 -07:00 |
Behdad Esfahbod
|
8c2c5d4508
|
[map] Not going to implement is_equal which is complicated
|
2018-05-29 18:15:52 -07:00 |
Behdad Esfahbod
|
2578390773
|
[map] Fix bool use in C API
|
2018-05-29 17:34:35 -07:00 |
Behdad Esfahbod
|
661e9ae4a5
|
[map] Add clear(), is_empty(), and get_population()
|
2018-05-29 17:09:17 -07:00 |
Behdad Esfahbod
|
8a978790cb
|
[map] Minor
|
2018-05-29 16:45:20 -07:00 |
Behdad Esfahbod
|
fc51c45079
|
Revert "[map] Make hb_map_set() return bool"
This reverts commit 7bf1980146 .
|
2018-05-29 16:44:55 -07:00 |
Behdad Esfahbod
|
7bf1980146
|
[map] Make hb_map_set() return bool
|
2018-05-29 16:42:55 -07:00 |
Behdad Esfahbod
|
743fdd9c61
|
[map] First try at implementing an integer-to-integer hashmap
Fully untested.
|
2018-05-29 16:29:12 -07:00 |