summaryrefslogtreecommitdiff
path: root/src/string.hh
AgeCommit message (Expand)Author
2012-11-23small code tweakMaxime Coste
2012-11-23String: add non const front() and back() methodsMaxime Coste
2012-10-16add a _str user defined literal to create StringMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-10-09add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...Maxime Coste
2012-10-08get rid of CharacterMaxime Coste
2012-10-01String and BufferIterator value_type goes back to plain charMaxime Coste
2012-09-30extract is_alpha to string.hhMaxime Coste
2012-08-29Fix escaped whitespace handling in command managerMaxime Coste
2012-08-29remove regex.hh, define Regex directly in string.hhMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-06-27Tweak String class, and cleanup usagesMaxime Coste
2012-05-30correctly implement std::hash<String>Maxime Coste
2012-05-29Add some string helpers and unit testsMaxime Coste
2012-04-14Implement our own String class in preparation to encoding support.Maxime Coste
2012-04-14replace std::string references with StringMaxime Coste