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
/
buffer.inl.hh
Age
Commit message (
Expand
)
Author
2025-02-04
Revert "WIP linked list shared strings"
Maxime Coste
2025-01-22
WIP linked list shared strings
Maxime Coste
2024-12-03
Compact BufferIterator to avoid padding
Maxime Coste
2024-12-03
Do not store buffer pointer in BufferIterator
Maxime Coste
2024-11-30
Cache buffer lines ArrayView in BufferIterator
Maxime Coste
2023-01-21
Replace std::strong_ordering with auto return type to not require <compare>
Maxime Coste
2022-11-20
Change BufferIterator comparison to assert same buffer
Maxime Coste
2021-11-21
Convert comparisons to spaceship operator
Maxime Coste
2018-11-01
Use BufferCoord sentinel type for regex matching on BufferIterators
Maxime Coste
2018-10-30
Buffer: Remove m_line_count field from BufferIterator
Maxime Coste
2017-06-12
Simplify a bit buffer iteration functions
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2017-06-07
noexept-ify BufferIterator methods
Maxime Coste
2017-02-20
Fix performance of word completion with many different selections
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-15
Make buffer iterator iteration/dereference faster
Maxime Coste
2016-04-27
Make use of strongly typed number to size_t conversion
Maxime Coste
2016-04-21
Allow equality comparison between buffer iterators from differnt buffers
Maxime Coste
2016-03-09
It can happen during an undo/redo that the buffer be temporarily empty
Maxime Coste
2016-01-27
Make BufferIterator::operator* return a const ref to be more compatible
Maxime Coste
2015-12-12
Fix Buffer::changes_since if we get passed an invalid timestamp
Maxime Coste
2015-11-12
Faster BufferIterator::operator++/--
Maxime Coste
2015-11-10
Remove useless checks, buffer has always at list one line
Maxime Coste
2015-11-07
Optimize BufferIterator to avoid a lot of pointer chasing
Maxime Coste
2015-11-04
Rework Buffer::distance implementation
Maxime Coste
2015-06-24
Style tweak
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-02-26
Tweak BufferIterator::{+=,-=} implementation
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-10-28
Fix invalid memory access when applying modifications on an empty buffer
Maxime Coste
2014-08-17
Always inline a few more methods
Maxime Coste
2014-07-19
Add some more force inlines to some buffer methods
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-17
Remove per lines timestamp in Buffer
Maxime Coste
2014-05-13
negative coordinates are invalid
Maxime Coste
2014-05-12
Maintain an append-only list of changes in Buffer
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-04-01
Minor formatting changes
Maxime Coste
2014-01-12
rename buffer_iterator.inl.hh as buffer.inl.hh and inline some more methods
Maxime Coste