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.cc
Age
Commit message (
Expand
)
Author
2013-09-23
add subsequence_match(str, subseq) utility function
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-07-24
string escaping support functions
Maxime Coste
2013-06-19
do not use std::{to_string,stoi} as they cause problems with cygwin
Maxime Coste
2013-05-17
revive str_to_int so that the good exception type is thrown on error
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-12
remove String::replace, use boost::regex_replace directly
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-29
Add support for tuple Options, implement LineAndFlag using that
Maxime Coste
2013-03-29
String: inherit from std::string rather than using it as a backend
Maxime Coste
2012-10-01
String and BufferIterator value_type goes back to plain char
Maxime Coste
2012-08-29
Fix escaped whitespace handling in command manager
Maxime Coste
2012-06-27
Tweak String class, and cleanup usages
Maxime Coste
2012-05-29
Add some string helpers and unit tests
Maxime Coste