Behdad Esfahbod
|
4fc2d2d724
|
[meta] Flesh out hb_invoke()
|
2019-04-16 11:24:42 -04:00 |
Behdad Esfahbod
|
e03d9395aa
|
Comment
|
2019-04-16 11:20:16 -04:00 |
Behdad Esfahbod
|
b8e763fd71
|
[meta] Add hb_invoke()
|
2019-04-16 10:54:24 -04:00 |
Behdad Esfahbod
|
a3fcb9a370
|
[meta] Add HB_AUTO_RETURN_EXPR, HB_VOID_RETURN_EXPR, hb_priority, hb_has(), hb_get()
The first three based on range-v3.
|
2019-04-16 10:45:57 -04:00 |
Behdad Esfahbod
|
02d864aa26
|
Add HB_FUNCOBJ()
Fixes https://github.com/harfbuzz/harfbuzz/issues/1651
|
2019-04-15 15:39:30 -04:00 |
Behdad Esfahbod
|
38b1d0b9b2
|
Move static const to post-struct for a function object
Just sending this to bots to see if all happy, then turn it into macro and
apply everywhere.
Part of https://github.com/harfbuzz/harfbuzz/issues/1651
|
2019-04-15 12:45:21 -04:00 |
Behdad Esfahbod
|
ecabdffc61
|
[algs] Add hb_min() and hb_max()
|
2019-04-03 16:06:34 -07:00 |
Behdad Esfahbod
|
b189bbc48f
|
Implement hashing of objects
Should be improved for hb_bytes_t.
|
2019-03-30 19:41:48 -07:00 |
Behdad Esfahbod
|
d6b28057a5
|
Fix hb_hash(pointer)
|
2019-03-30 19:31:51 -07:00 |
Behdad Esfahbod
|
7fd8228326
|
[serialize] Towards maintaining hashmap
|
2019-03-30 19:16:20 -07:00 |
Behdad Esfahbod
|
4b7f4dbc0c
|
Add hb_deref_pointer()
|
2019-03-30 13:48:32 -07:00 |
Behdad Esfahbod
|
e70ccbe9ed
|
Fix pair signature
Oh well. Again, who does fully understand what is right???
|
2019-03-29 21:45:49 -07:00 |
Behdad Esfahbod
|
bdd5a9c48d
|
Add hb_hash()
I don't like the hb_remove_reference() hack, but necessary.
|
2019-03-28 21:58:07 -07:00 |
Behdad Esfahbod
|
0d7af5fb02
|
[algs] Use universal references for hb_pair()
Such that it carries lvalues inside.
|
2019-02-14 19:37:57 -08:00 |
Behdad Esfahbod
|
7d2376de33
|
Merge branch 'master' into iter
|
2019-02-13 22:13:37 -08:00 |
Behdad Esfahbod
|
e75b22039f
|
Move hb_addressof() to hb-meta.hh
|
2019-01-28 21:26:23 -05:00 |
Behdad Esfahbod
|
71157a4520
|
[meta] Remove _ft struct names
Using decltype() instead.
|
2019-01-28 21:20:12 -05:00 |
Behdad Esfahbod
|
9103bd056f
|
[pair] Use decltype
|
2019-01-28 21:16:51 -05:00 |
Behdad Esfahbod
|
d592bd16cd
|
Try fixing MSVC build
|
2019-01-28 13:41:40 -05:00 |
Behdad Esfahbod
|
778c96b8d7
|
[iter] Fix hb_iter()
|
2019-01-27 00:50:54 +01:00 |
Behdad Esfahbod
|
fbab07f9b3
|
[iter] Add hb_bool() and make hb_filter default to it for predicate
|
2019-01-27 00:44:45 +01:00 |
Behdad Esfahbod
|
313d63e240
|
[meta] Back to using _ft suffix for function-object types
Seprate namespace, cleaner, more clear.
|
2019-01-26 22:58:26 +01:00 |
Behdad Esfahbod
|
5adb113baf
|
[meta] Mark function-objects as const
|
2019-01-26 22:15:59 +01:00 |
Behdad Esfahbod
|
090fe56dc6
|
Merge branch 'master' into iter
|
2019-01-25 16:06:52 +01:00 |
Behdad Esfahbod
|
420d8ac350
|
[algs] Add hb_iter()
Makes it nicer in pipelines.
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
83cecd80d9
|
[iter] Default projection to identity
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
a699c6b17c
|
[algs] Add hb_identity
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
463cfb426f
|
Fix unused-variable warnings
inline variables are not C++11, so mark them unused...
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
528ea66f24
|
[algs] Fix hb_first() / hb_second()
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
7cedf7f64c
|
Change hb_first() and hb_second() to function objects
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
3290c181c1
|
[algs] Whitespace
|
2019-01-20 20:12:12 -05:00 |
Behdad Esfahbod
|
6e3ad650d1
|
Rename hb-dsalgs to hb-algs
|
2019-01-20 20:12:12 -05:00 |