Maxime Coste
|
e4fd839dda
|
use a strongly typed int CharCount for character counts
|
2012-08-23 23:56:35 +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
|
942e63d836
|
correctly implement std::hash<String>
|
2012-05-30 14:20:21 +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 |
|
Maxime Coste
|
b8fe942dbb
|
Implement our own String class in preparation to encoding support.
|
2012-04-14 01:23:20 +00:00 |
|
Maxime Coste
|
9337938403
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
|