Maxime Coste
|
4b0ccb0437
|
String and BufferIterator value_type goes back to plain char
|
2012-10-01 20:20:08 +02:00 |
|
Maxime Coste
|
2825bc3d7b
|
Fix escaped whitespace handling in command manager
|
2012-08-29 21:50:48 +02:00 |
|
Maxime Coste
|
ecb3a737a9
|
Tweak String class, and cleanup usages
remove String::clear, add operator=(String&&) add str_to_int(const String&)
to replace atoi.
|
2012-06-27 14:26:29 +02:00 |
|
Maxime Coste
|
62202a46c1
|
Add some string helpers and unit tests
functions int_to_str(int) and split(const String&, Character),
plus corresponding unit tests
|
2012-05-29 05:19:50 +00:00 |
|