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
/
array_view.hh
Age
Commit message (
Expand
)
Author
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2020-06-27
Refactor how InsetCompletionHide hook parameter is computed
Maxime Coste
2019-01-24
Fix array_view dependency on std::min
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2017-07-19
More use of std::enable_if_t alias
Maxime Coste
2017-06-26
Fix various undefined behaviours detected by UBSan
Maxime Coste
2017-05-26
Remove unused and potentially error prone constructor from ArrayView
Maxime Coste
2016-11-20
Make ArrayView::subrange size arguement optional
Maxime Coste
2016-09-19
Add an unmap command to remove key mappings
Maxime Coste
2015-06-24
Fix include
Maxime Coste
2015-05-14
always_inline a few methods
Maxime Coste
2015-04-12
Small alignement change
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-03-09
constexprify ArrayView
Maxime Coste
2015-02-06
Add a from C array constructor to ArrayView
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste