Maxime Coste
|
3c1a325b6f
|
Refactor String, use a common StringOps interface, hide std::string
|
2015-03-10 19:50:22 +00:00 |
|
Maxime Coste
|
99996902de
|
Use a IdMap for storing hooks
The number of hook names is small (<20), using an UnorderedMap
is overkill, and prevents using StringView for key searching.
|
2015-03-05 14:59:27 +00:00 |
|
Maxime Coste
|
9b30e7469a
|
Add initial memory domain allocation tracking support
|
2015-01-07 19:29:31 +00:00 |
|
Maxime Coste
|
b0fef1a962
|
Rename id_map to IdMap
|
2014-12-23 22:51:00 +00:00 |
|
Maxime Coste
|
c17fa7be14
|
Tweak id_map implementation
|
2014-12-23 22:15:25 +00:00 |
|
Maxime Coste
|
b6ff15aa75
|
Unify completion from container content logic
|
2014-12-23 13:54:09 +00:00 |
|
Maxime Coste
|
064fb81b8d
|
Move containers utils to containers.hh and add filtered/transformed utils
|
2014-12-23 13:40:26 +00:00 |
|
Maxime Coste
|
7a10029c4f
|
Use algorithms in id_map rather than raw loops
|
2014-12-11 13:55:04 +00:00 |
|
Maxime Coste
|
ffd860c1da
|
Use a id_map implementation for SwitchMap
That way parameter definition order is respected when writing
command doc strings.
|
2014-06-06 00:21:09 +01:00 |
|
Maxime Coste
|
a1ec45d91a
|
Use StringView in id_map
|
2014-04-21 10:47:21 +01:00 |
|
Maxime Coste
|
adde2fef75
|
Use StringView for completion functions
|
2014-04-18 14:02:14 +01:00 |
|
Maxime Coste
|
e6884f989c
|
Style changes, replace typedefs with usings
|
2014-01-09 19:59:26 +00:00 |
|
Maxime Coste
|
9a6712e56b
|
rename idvaluemap to id_map, remove Id template param, use String
|
2013-11-18 22:24:31 +00:00 |
|