summaryrefslogtreecommitdiff
path: root/src/containers.hh
AgeCommit message (Expand)Author
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-08-29Rework containers.hh to get rid of the Factory structuresMaxime Coste
2017-07-19More uses of standard type traits aliasesMaxime Coste
2017-07-19Remove unused functionMaxime Coste
2017-07-19Use c++14 function deduction and decltype(auto) to cleanup some codeMaxime Coste
2017-07-19Cleanup some code with C++14 featuresMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-05-28Change ncurses_ui info box generation logic to use a Vector<String>Maxime Coste
2017-01-02better support for plain pointer iterators in containers.hhMaxime Coste
2016-12-14Make container wrapper callback functions mutableMaxime Coste
2016-10-11Use std::begin/std::end in containers.hh instead of the method versionMaxime Coste
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-03-25Add a SplitView container viewMaxime Coste
2016-03-24Correctly handle temporaries in container viewsMaxime Coste
2016-03-08Try to please gcc 4.8 with parenthesis instead of curly bracesMaxime Coste
2016-03-08Add missing curly braces in containers helpersMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
2016-03-08Use ranked match based completion for command namesMaxime Coste
2016-02-28Code cleanupMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-02-27Small cleanup in containers utilsMaxime Coste
2014-12-23Tweak id_map implementationMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste