src/hb-cplusplus.hh


Log

Author Commit Date CI Message
Behdad Esfahbod 7de2d111 2024-04-01T01:54:09 Fix autotools test
Bruce Mitchener 3cfdbd67 2024-02-16T23:41:55 Use `noexcept` on swap, move constructors, etc.
Behdad Esfahbod ee220446 2022-12-18T13:50:34 [paint] Add get_empty / [sg]et_user_data
Behdad Esfahbod 21a9db87 2022-12-18T13:47:22 [draw] Add get_empty / [sg]et_user_data
Behdad Esfahbod 486fc227 2022-09-28T15:11:23 [cplusplus] Add missing const
Behdad Esfahbod 1945b400 2022-07-25T10:45:55 [cpluscplus] Wrap hb-subset types as well Also changes signature of get_user_data of hb.h types to take const object. This is safe.
Kleis Auke Wolthuizen 7b51bc95 2022-07-06T12:58:15 [cplusplus] Fix build on GCC < 7
Behdad Esfahbod d7785a6d 2022-06-02T12:42:24 [cplusplus] Add unique_ptr
Behdad Esfahbod a42a703c 2022-06-02T11:51:20 [shared_ptr] Clear p in destructor
Behdad Esfahbod 4d646773 2022-06-02T10:02:44 [cplusplus] Make .reference() return T*
Behdad Esfahbod 7e7a4a8f 2022-06-02T09:59:41 [cplusplus] Fix build
Behdad Esfahbod a089d91f 2022-06-02T09:55:43 [hash] Adjust hash for shared_ptr, implement it for std::hash
Behdad Esfahbod 0d3d5b62 2022-06-02T08:00:08 [cplusplus] Adjustments
Behdad Esfahbod 0b35940a 2022-06-01T15:10:19 Make hb::shared_ptr hashable
Behdad Esfahbod e0f3cab2 2022-06-01T11:51:43 [cplusplus] Add hb-cplusplus.hh Fixes https://github.com/harfbuzz/harfbuzz/issues/2152