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-03-03 11:03:17 +01:00
2014-03-03 11:03:17 +01:00
2014-03-28 13:06:38 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-06-04 18:46:11 +02:00
2014-05-24 12:50:04 +02:00
2014-05-24 20:06:45 +02:00
2014-02-15 07:45:39 +01:00
2014-05-27 16:21:13 +02:00
2014-05-13 15:53:31 +02:00
2014-06-14 12:55:20 +02:00
2014-05-18 19:50:06 +02:00
2014-04-05 08:03:24 +02:00
2014-05-24 12:50:04 +02:00
2014-02-15 07:45:39 +01:00
2014-04-13 09:50:57 +02:00
2014-05-20 06:10:34 +02:00
2014-02-16 10:32:10 +01:00
2014-03-28 13:50:02 +01:00
2014-04-24 06:32:29 +02:00
2014-05-18 20:39:52 +02:00
2014-05-22 20:25:54 +02:00
2014-06-23 16:05:28 +02:00
2014-06-08 18:12:11 +02:00
2014-06-04 08:41:30 +02:00
2014-06-01 00:00:49 +02:00
2014-02-15 07:45:39 +01:00
2014-06-25 12:00:24 +02:00
2014-02-15 07:45:39 +01:00
2014-03-03 11:03:17 +01:00
2014-06-08 18:12:11 +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-06-18 17:57:31 +02:00
2014-02-15 07:45:39 +01:00
2014-03-28 13:06:38 +01:00
2014-03-28 13:06:38 +01:00
2014-03-31 00:33:43 +00:00
2014-06-24 19:30:46 +02:00
2014-06-01 22:18:17 +02:00
2014-06-16 21:36:31 +02:00
2014-06-26 11:51:02 +02:00
2014-06-26 11:51:02 +02:00
2014-06-26 11:51:02 +02:00
2014-06-26 09:19:57 +02:00
2014-04-13 11:56:38 +02:00
2014-02-15 07:45:39 +01:00
2014-06-14 10:28:12 +02:00
2014-06-26 09:19:57 +02:00
2014-06-10 19:30:13 +02:00
2014-03-26 12:34:21 +01:00
2014-03-23 10:06:14 +01:00
2014-05-07 23:39:32 +02:00
2014-06-14 10:28:12 +02:00
2014-06-25 16:00:56 +02:00