PKEuS ec1bd420a7 Refactorizations optimizing std::string usage:
1) Added global static const std::string emptyString; object:
-> Replaces some static variables in functions which might be not threadsafe
-> Avoids constructor call (std::string::string(""))
-> Even functions that return an empty string in some branches can return by reference now.
Added to config.h to ensure that it is available everywhere

2) Added overloads for TestFixture::assertEquals for the most common use cases:
-> Moves conversion from const char[] to std::string into a function, reducing code duplication in binary.
2014-06-26 11:51:02 +02:00
..
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-05-24 12:50:04 +02:00
2014-02-15 07:45:39 +01:00
2014-02-16 10:32:10 +01:00
2014-03-28 13:50:02 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-06-18 17:57:31 +02:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00