A naive reference counted string implementation.
Go to file
Kjistóf af27d29d29 fixed a bug in String::operator+ and String::operator+=
there was enough space allocated for both strings & the null-terminator
2016-10-25 15:05:40 +02:00
.gitignore added gitignore 2016-10-23 03:44:55 +02:00
Char.cpp added some comments for class Char, and added some TODO's 2016-10-23 15:42:57 +02:00
Char.h made Char ctor explicit 2016-10-23 18:00:22 +02:00
CMakeLists.txt added pthread to CMakeLists.txt, it seems like it's needed on linux 2016-10-24 00:10:53 +02:00
manualtest.cpp rewritten manualtest.cpp to be nicer and more readable 2016-10-24 22:11:57 +02:00
String.cpp fixed a bug in String::operator+ and String::operator+= 2016-10-25 15:05:40 +02:00
String.h added noexcept qualifiers where needed 2016-10-25 14:22:50 +02:00
StringValue.cpp added noexcept qualifiers where needed 2016-10-25 14:22:50 +02:00
StringValue.h added noexcept qualifiers where needed 2016-10-25 14:22:50 +02:00
test.cpp added a comment to test.cpp 2016-10-24 21:34:52 +02:00