History log of /external/stlport/stlport/stl/_string.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a721beb6d7372334152406a36e8db016650a9691 12-Jun-2012 Tareq A. Siraj <tareq.a.siraj@intel.com> Fixed build errors originated from stlport

The STLPort in the Android repository is the latest version and there
has not been any more updates to this project. Thus, we are locally
patching STLPort to fix build errors reported by clang.
- Introduced _STLP_UNUSED macro to fix un-used param warnings. (caused
build errors with -Werror)

Change-Id: I67a72cad71b3c05e517d59805291b2730bd1ee7c
Author: Tareq A. Siraj <tareq.a.siraj@intel.com>
Reviewed-by: Ariel Bernal <ariel.j.bernal@intel.com>
/external/stlport/stlport/stl/_string.c
236ba458f6efaaa919c4b7d342497bfb25e442da 20-Jun-2011 Evgeniy Stepanov <eugenis@google.com> Use memmove instead of memcpy in string::assign.

It is possible to assign a string part of its own buffer:
std::string s; s.assign(s.data(), s.size());
This can not be done with memcpy.

Upstream bug:
https://sourceforge.net/tracker/?func=detail&aid=3323109&group_id=146814&atid=766244

Change-Id: I611b1c08664c9eacb7ded6821ef2ef555a3288a8
/external/stlport/stlport/stl/_string.c
e46c9386c4f79aa40185f79a19fc5b2a7ef528b3 08-Feb-2010 Patrick Scott <phanna@android.com> Update STLPort and compile the library

Turn on most features of stl and compile the source for streams.
/external/stlport/stlport/stl/_string.c