Commit Graph

28 Commits

Author SHA1 Message Date
073789c767 add dummy benchmark project 2019-05-07 03:25:15 +07:00
06d4916d46 add extended copy ctors 2019-05-07 01:47:20 +07:00
dab7140405 add support for containers without ctor with allocator argument 2019-05-07 01:12:34 +07:00
be0e43857d add ability to use the library as cmake subdirectory #9 2019-05-07 00:16:37 +07:00
82e67e7300 remove unnecessary uber_comparer_type from flat_set 2019-05-05 21:22:52 +07:00
9695c1ee69 update README API 2019-05-05 11:45:30 +07:00
07f00243cf make default move/copy ctors and operator= 2019-05-05 10:40:55 +07:00
eb999ee4a3 operator== speed up 2019-05-05 10:12:28 +07:00
347bd3e756 fix gcc 4.9 unit test compilation 2019-05-05 09:41:01 +07:00
a5ecda71bb add optional capacity control functions #3 2019-05-05 09:03:32 +07:00
65963bc670 update README 2019-05-05 08:02:03 +07:00
21693a8e66 update README API 2019-05-05 04:21:27 +07:00
b3fff2a573 add custom operator=, extend insert functions 2019-05-05 03:15:16 +07:00
75bb71c1bd add get_allocator methods 2019-05-05 01:48:36 +07:00
ab89a80043 add custom container to flat_set and flat_map 2019-05-05 01:38:58 +07:00
6cd6c416fc update README 2019-05-04 18:20:29 +07:00
c0ad79ff23 fix msvc compilation 2019-05-04 18:10:51 +07:00
60765fcaaf first flat_map impl and tests 2019-05-04 17:44:47 +07:00
8bf9a3f66d first flat_set impl 2019-05-04 17:32:50 +07:00
d4e8598777 map access interface 2019-05-04 13:49:34 +07:00
4e6c24a126 add operators interface 2019-05-04 13:00:27 +07:00
d95c6f9b05 add observers interface 2019-05-04 12:45:22 +07:00
b29067b6ed add lookup interface 2019-05-04 12:21:16 +07:00
beb5d0a2c8 add erasers interface 2019-05-04 11:19:10 +07:00
cd3e02093f add capacity interface 2019-05-04 10:49:54 +07:00
49dff175dd add dummy insert interface 2019-05-04 10:45:06 +07:00
33fd5f964a add set and map ctors 2019-05-04 10:17:52 +07:00
f894776576 initial commit 2019-05-04 09:05:58 +07:00