Commit Graph

9 Commits

Author SHA1 Message Date
c42cd20dd6 added new manual tests for new methods in String 2016-10-23 15:34:59 +02:00
1dec4febcc implemented remaining methods and added checks to neccessary methods
(some methods, like size() could segfault on empty Strings)
2016-10-23 15:34:30 +02:00
06d045f457 fixed overflow detection in StringValue::operator[] 2016-10-23 14:12:13 +02:00
c3f6968411 added a "manual" test, so the code can be profiled / leak checked in
valgrind
2016-10-23 03:47:16 +02:00
48dd293d1d added unit tests using GTest library 2016-10-23 03:46:48 +02:00
36dc44ac2d added implementations for every header 2016-10-23 03:46:28 +02:00
9311aa6938 added header files for String and StringValue 2016-10-23 03:45:46 +02:00
7ee0ebcfac added CMakeLists.txt 2016-10-23 03:45:20 +02:00
285d41e84e added gitignore 2016-10-23 03:44:55 +02:00