|
11135150
|
2021-11-01T20:23:12
|
|
[vector] Move test code into separate file
|
|
ee75e716
|
2021-11-01T20:18:49
|
|
[vector] Add initializer from iterable
|
|
eeda2c54
|
2021-11-01T18:36:57
|
|
[vector] Add initializer_list constructor & tests
|
|
c4846413
|
2021-11-01T18:48:24
|
|
Revert "[vector] Add initializer_list constructor & tests"
This reverts commit aa6182453b29b2d1cc974756fe0ae4220a846bf4.
|
|
aa618245
|
2021-11-01T18:36:57
|
|
[vector] Add initializer_list constructor & tests
|
|
3bc86fb2
|
2019-08-30T16:39:52
|
|
[algs] Fix hb_inc/dec signature
|
|
6f51e555
|
2019-05-15T21:41:12
|
|
[algs] Rename hb_bind to hb_partial
Since our API is the invers of what std::bind is, and closer to Python
functools.partial().
|
|
0888e7bc
|
2019-05-15T21:36:42
|
|
[algs] Change hb_bind parameter number to be from one
To match std:;bind, even though our interfaces are very different.
|
|
a06a2368
|
2019-05-15T21:12:22
|
|
[algs] Partialize all operators
|
|
edc69ec9
|
2019-05-15T21:09:56
|
|
[algs] Rewrite bind API
And add a partialization API use example to hb_add()
|
|
16a3540e
|
2019-05-15T20:48:20
|
|
[algs] Add hb_bind0 and hb_bind1
|
|
243a5a6a
|
2019-05-15T19:03:59
|
|
[algs] Remove pair copy constructor
Use default.
|
|
5266ca86
|
2019-05-15T17:59:00
|
|
Fix tests
Oops.
|
|
790315e0
|
2019-05-09T15:31:24
|
|
[algs] Implement implicit casting between compatible pair types
|
|
2c7093ed
|
2019-05-07T23:10:59
|
|
More tests
|
|
6fa1f380
|
2019-05-07T21:33:26
|
|
[algs] Accept varargs in hb_min/max
|
|
0268db11
|
2019-04-24T10:43:40
|
|
[map] Use hb_invoke() with pointer-to-method
|
|
12017db0
|
2019-04-24T09:24:38
|
|
Move test code around
|
|
1558a433
|
2019-02-14T20:46:13
|
|
[test] Minor
|
|
fa373584
|
2019-02-14T20:15:07
|
|
[algs] Test pair more
|
|
0d7af5fb
|
2019-02-14T19:37:57
|
|
[algs] Use universal references for hb_pair()
Such that it carries lvalues inside.
|