History log of /external/libweave/src/string_utils_unittest.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
739e3577ade0580cafd181d647d637fde813de02 04-Dec-2015 Alex Vakulenko <avakulenko@google.com> Make Split() function work consistently with empty strings

Split() would return an array of one string if the original string
had no delimters. However in case the input is an empty string, the
result will be a vector with zero elements, even if purge_empty_strings
is set to false.

Change-Id: If0cd2cd07d21b89c647d6d5b2985796cc78370af
Reviewed-on: https://weave-review.googlesource.com/1765
Reviewed-by: Vitaly Buka <vitalybuka@google.com>
/external/libweave/src/string_utils_unittest.cc
52d006a131c61955e3a8a915d7f22941b3a4eee2 22-Nov-2015 Vitaly Buka <vitalybuka@google.com> Support GCC 4.7

Removed constructors inheritance.
Removed emplace use.

Change-Id: I45224e3232d39ff22f758c7e387be2c9aff5eae0
Reviewed-on: https://weave-review.googlesource.com/1606
Reviewed-by: Vitaly Buka <vitalybuka@google.com>
/external/libweave/src/string_utils_unittest.cc
5a1f600e9d7d26c36b3e22ff0dc0ae9e3b2425fc 02-Nov-2015 Paul Westbrook <pwestbro@google.com> Remove the unneeded libweave directory

Change-Id: I30fd8c5626cf83da6415ffa14a2019ef43be9916
Reviewed-on: https://weave-review.googlesource.com/1450
Reviewed-by: Paul Westbrook <pwestbro@google.com>
/external/libweave/src/string_utils_unittest.cc