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
/
string.hh
Age
Commit message (
Expand
)
Author
2012-11-23
small code tweak
Maxime Coste
2012-11-23
String: add non const front() and back() methods
Maxime Coste
2012-10-16
add a _str user defined literal to create String
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-08
get rid of Character
Maxime Coste
2012-10-01
String and BufferIterator value_type goes back to plain char
Maxime Coste
2012-09-30
extract is_alpha to string.hh
Maxime Coste
2012-08-29
Fix escaped whitespace handling in command manager
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-06-27
Tweak String class, and cleanup usages
Maxime Coste
2012-05-30
correctly implement std::hash<String>
Maxime Coste
2012-05-29
Add some string helpers and unit tests
Maxime Coste
2012-04-14
Implement our own String class in preparation to encoding support.
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste