History log of /ndk/sources/cxx-stl/stlport/stlport/stl/_ios_base.h
Revision Date Author Comments
6ccdceb3318c744745db0aab49ebed21cb706409 08-Mar-2013 Andrew Hsieh <andrewhsieh@google.com> Revert "Force all compilation units initialize cout (...etc) global objects before use."

This reverts commit 9534b51a224b8d3fdc597f75da0123d2399cc372

Change-Id: I671c8e03ec9a1532f746a52f356d277d2bd75d55
9534b51a224b8d3fdc597f75da0123d2399cc372 05-Mar-2013 WenHan Gu <Wenhan.gu@mediatek.com> Force all compilation units initialize cout (...etc) global objects before use.

Consider the case and assume we use libstlport_static.a:

(log.cc)
Logger log_instance(&cerr); // global object
log_instance.init_and_print_sth_before_main();

(main.cc)
int main() {...}

This is a potential bug since cerr may not been initialized before use.

Change-Id: I1ed250aecbe055ec353d51900ba70a34bbb57af5
Signed-off-by: WenHan Gu <Wenhan.gu@mediatek.com>
814dc3187578d2aa718d9d218707239ec6ddf18e 06-Jul-2012 Duane Sand <duanes@mips.com> Fix _STLP_USE_EXCEPTIONS

When _STLP_USE_EXCEPTIONS is not defined, omit all declarations
and uses of __Named_exception. Compile and use __Named_exception
only when STLport is being allowed to use exceptions, but not the
host compiler's native version.

related CL: https://android-review.googlesource.com/#/c/38940

Change-Id: Ifa8d2b5ddb690167a9bd75fc28d531457ab4e3cc
2ca50e007226d9d571c94aec476ef5fdf8c4d3fd 02-Dec-2010 David 'Digit' Turner <digit@google.com> Move stlport under sources/cxx-stl/

Move the STLport directory from sources/android/stlport/ to
sources/cxx-stl/stlport/ since we don't document it as an import
module anymore (use APP_STL in your Application.mk to use it instead).

+ Update the documentation under docs/CPLUSPLUS-SUPPORT.html
and sources/cxx-stl/stlport/README

+ Remove obsolete docs/STL-SUPPORT.html (replaced by CPLUSPLUS-SUPPORT.html)

Change-Id: Ie49e2fbeaceb02b0b765336d4a641e8149446711