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
/
utf8_iterator.hh
Age
Commit message (
Expand
)
Author
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-11-02
Use custom code instead of reverse_iterator in Regex VM
Maxime Coste
2018-11-01
Remove caching from utf8_iterator
Maxime Coste
2018-11-01
Improve regex vm to next start performance by avoiding iterator copies
Maxime Coste
2018-11-01
Support different type for iterators and sentinel in utf8 functions
Maxime Coste
2017-10-07
Make utf8_iterator traits clear about it returning non-references
Maxime Coste
2017-10-06
Add missing operator+= and -= on utf8_iterator
Maxime Coste
2017-06-07
noexcept-ify utf8::iterator methods
Maxime Coste
2017-02-23
Slight code cleanup in utf8_iterator.hh
Maxime Coste
2016-07-27
Avoid underlying iterator copies in utf8_iterator
Maxime Coste
2016-05-19
fix bug in utf8_iterator
Maxime Coste
2016-05-09
Make utf8_iterator codepoint type and difference type configurable
Maxime Coste
2016-04-27
Fix comparison operators in utf8_iterator and tag it as bidirectional
Maxime Coste
2015-10-30
Make word insert completion work better with unicode char
Maxime Coste
2015-09-23
Refactor utf8::iterator to be on the safe side
Maxime Coste
2015-09-23
Tweak utf8::iterator::distance implementation, remove unused advance method
Maxime Coste
2015-03-27
Make utf8_iterator a proper stl useable iterator
Maxime Coste
2014-10-13
Use Pass as default policy for invalid utf8 avoid asserting on that
Maxime Coste
2014-07-05
utf8: use end of sequence iterators for more security
Maxime Coste
2014-06-24
Rename utf8::utf8_iterator to utf8::iterator
Maxime Coste
2014-05-21
Make utif_iterator more tolerant to invalid utf8
Maxime Coste
2013-12-03
indent fixes
Maxime Coste
2013-06-06
add utf8::make_iterator helper function
Maxime Coste
2013-06-06
utf8_iterators: rename underlying_iterator to base
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-06
Add utf8_iterator::advance(CharCount, utf8_iterator end)
Maxime Coste
2012-10-27
utf8: use CharCount instead of size_t
Maxime Coste
2012-10-17
utf8: replace InvalidBytePolicy::Throw with InvalidBytePolicy::Assert
Maxime Coste
2012-10-13
utf8::codepoint: configurable invalid byte policy
Maxime Coste
2012-10-08
add utf8_iterator for adapting byte iterators to iterate on unicode characters
Maxime Coste