Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7fa580bc | 2022-05-12 13:05:32 | [map] Fix map copy/move constructors to actually work Ouch! | ||
| ff4e8c7e | 2022-01-14 16:20:31 | [map] Fix bad memory access if hb_map.fini() was called twice. | ||
| 956e0a4d | 2022-01-13 15:06:58 | [map] Destruct objects | ||
| bc0a5fdf | 2022-01-13 13:34:22 | [test-map] Add disabled tests with std::string | ||
| e456922a | 2021-11-19 12:04:08 | [test] Fix nullptr_t scope issue | ||
| 5157cac0 | 2021-11-19 12:03:10 | [test] Silence unused-variable erros in test | ||
| 394f7729 | 2021-11-19 11:49:23 | [map] Allow storing classes in the hashmap Fixes https://github.com/harfbuzz/harfbuzz/issues/3293 The trick was to change the type of the invalid key/value to be non-class. | ||
| 94158316 | 2021-11-01 22:47:26 | [map] Add iterable constructor | ||
| a03b9b14 | 2021-11-01 22:45:11 | [map] Add initializer_list and swap() | ||
| c30f6834 | 2021-11-01 22:29:14 | [map] Add 5 methods |