Maxime Coste
|
50a64a0544
|
Correctly handle temporaries in container views
Move temporaries into the view itself and keep a reference on
non temporaries
|
2016-03-24 22:14:18 +00:00 |
|
Maxime Coste
|
84a1796a48
|
Try to please gcc 4.8 with parenthesis instead of curly braces
|
2016-03-08 23:36:54 +00:00 |
|
Maxime Coste
|
eea75c6daf
|
Add missing curly braces in containers helpers
|
2016-03-08 23:22:32 +00:00 |
|
Maxime Coste
|
9e15181dc9
|
Rework container helpers, use pipe syntax and cleanup implementation
use 'container | filter(func) | reverse() | transform(func)' instead
of 'transform(reverse(filter(container), func), func)' to express
container transformations.
|
2016-03-08 21:35:56 +00:00 |
|
Maxime Coste
|
21ae662151
|
Use ranked match based completion for command names
|
2016-03-08 13:56:37 +00:00 |
|
Maxime Coste
|
548e10597c
|
Code cleanup
|
2016-02-28 18:30:35 +00:00 |
|
Maxime Coste
|
993e842fdf
|
Retreat ! go back to C++11 only code
This reverts commit b42de85031 .
|
2015-05-26 18:42:09 +01:00 |
|
Maxime Coste
|
b42de85031
|
Migrate code to c++14
|
2015-05-25 13:51:17 +01:00 |
|
Maxime Coste
|
31267675b9
|
Small cleanup in containers utils
|
2015-02-27 19:32:27 +00:00 |
|
Maxime Coste
|
c17fa7be14
|
Tweak id_map implementation
|
2014-12-23 22:15:25 +00:00 |
|
Maxime Coste
|
064fb81b8d
|
Move containers utils to containers.hh and add filtered/transformed utils
|
2014-12-23 13:40:26 +00:00 |
|