index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
containers.hh
Age
Commit message (
Expand
)
Author
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-29
Rework containers.hh to get rid of the Factory structures
Maxime Coste
2017-07-19
More uses of standard type traits aliases
Maxime Coste
2017-07-19
Remove unused function
Maxime Coste
2017-07-19
Use c++14 function deduction and decltype(auto) to cleanup some code
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-05-28
Change ncurses_ui info box generation logic to use a Vector<String>
Maxime Coste
2017-01-02
better support for plain pointer iterators in containers.hh
Maxime Coste
2016-12-14
Make container wrapper callback functions mutable
Maxime Coste
2016-10-11
Use std::begin/std::end in containers.hh instead of the method version
Maxime Coste
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-03-25
Add a SplitView container view
Maxime Coste
2016-03-24
Correctly handle temporaries in container views
Maxime Coste
2016-03-08
Try to please gcc 4.8 with parenthesis instead of curly braces
Maxime Coste
2016-03-08
Add missing curly braces in containers helpers
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-08
Use ranked match based completion for command names
Maxime Coste
2016-02-28
Code cleanup
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-02-27
Small cleanup in containers utils
Maxime Coste
2014-12-23
Tweak id_map implementation
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste