History log of /external/stlport/src/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d9c0ff5b240f8a42ca5337ffa4c069257147438b 13-Jun-2014 Brian Carlstrom <bdc@google.com> Remove obsolete sincos from stlport

Change-Id: I12644a0e81d6dcf11d12530234678d178dbc4caf
incos.c
f59a48c2daa687624b2404a48bd0fffd6baaf50d 13-Jun-2014 Brian Carlstrom <bdc@google.com> Fix sincosf -> sincosf recursion

(cherry picked from commit ff4a56e1f49d950e522066e67c64951748a01cb5)

Change-Id: Idbe25881ed66e26395126a80b55c6f4dbc1f0e29
incos.c
d76bbf049169ee5f590c26c2bc6f990f0373b418 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> stlport: c_locale_dummy unused argument warnings

Change-Id: Ib5e6736f83791c9795f9d4a5b5b8b201ed6327f6
_locale_dummy/c_locale_dummy.c
0e7a705cd6f755153c1f2cceb09af1e515ca9f1d 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> stlport: deal with compile warnings

- In preparation for dependent projects to turn on
-Werror and -Wunused

Change-Id: Ibf1b146d8d389e8747ba1ea1735cb55722b85971
ocale.cpp
c7253d88b7fa6f7ba115f167a59b1e9f857db728 10-Jan-2013 James Dong <jdong@google.com> Revert "Fix _STLP_USE_EXCEPTIONS"

This reverts commit 91b1d7f8d7847f7b032a8a289b2bb5911c731fba.

o related-to-bug: 7966335

Change-Id: I2c091bf1093aa0f568d6aee5926ced404a90f1ab
os.cpp
f18429e3d6bf0d955f66160644de0672f045872a 24-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Merge "Fix _STLP_USE_EXCEPTIONS"
7d4b717b3b48998a13070b383a98c972aec00781 24-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Merge "Remove wchar_t-related compiler warnings when building the STLport sources"
f6943b71aea7ae639e41e47feaf5d2d505bee811 24-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Merge "Remove static initializers"
91b1d7f8d7847f7b032a8a289b2bb5911c731fba 22-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Fix _STLP_USE_EXCEPTIONS

See 814dc3187578d2aa718d9d218707239ec6ddf18e
013fff3524b2798e9d45aefcc13236021da234db
ac2a8a648f99d118c8b8183a6cebefd3c596d197

Change-Id: I47fc735a7a621c1c3cde85f488f7f71532f8d4d0
os.cpp
6596c2e6dc9a82a4ac71346782d903f0c86776a5 22-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Remove wchar_t-related compiler warnings when building the STLport sources

See 61e547de892f7dda62cc76c582326f307922b0d0

Change-Id: I10494b789e72d414797f8bf8bdaff720b8c3d22f
_locale_dummy/c_locale_dummy.c
7eced231853cc34e9f2710a81664dee108176317 22-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Remove static initializers

See the following
081e33a126ab37b38254319b38ecd33f8fc4ec56
570e4c3795240d98ae86aeb716f5f5257a64aabd
d90ba8a58b76bef9d2fb5323ec0e251de0e38af3
032704671f009c586ff8b75e34d5027ceab3d510
2590f1e2174e97558461669792b565903a8398ca (revert 1 of the above)
fe6a94f3693e27c3f509329aeece355c800a7e7f

Change-Id: I9aaedd3c55106b5890546e55bfa012bfa9d432f2
omplex.cpp
omplex_trig.cpp
ocale.cpp
ocale_impl.cpp
onetary.cpp
7924895a54b8f0b67514224a7ad9d67c79b3eeaf 22-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Use __ANDROID__ to test for Android platform

See da9f426bc09bb60333b4f00d94f19e824a02ca94

Change-Id: I44682ff93e59ca70f0f40d0b994db6e006d59e39
um_get_float.cpp
ac2a8a648f99d118c8b8183a6cebefd3c596d197 12-Jul-2012 John Reck <jreck@google.com> Revert "Fix _STLP_USE_EXCEPTIONS"

This reverts commit 013fff3524b2798e9d45aefcc13236021da234db.
os.cpp
013fff3524b2798e9d45aefcc13236021da234db 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.

Change-Id: I71963ca15d535d3ae1717c5bb22fe5fa3add41cb
os.cpp
b999aecd44082f7bd0d7693953f40566b9579e64 17-Jul-2011 Doug Kwan <dougkwan@google.com> Add private copies of sincos*(). We need these to build libstlport.so with
gcc 4.6 correctly.

Change-Id: If080ec0540a65327147c7bb4c9bb954ccb20bd95
incos.c
e5b5bb96ec50350cad24fb9694f8399674535cd2 24-May-2010 Jing Yu <jingyu@google.com> Use __ANDROID__ to prepare for upcoming arm_linux_androideabi toolchain.

This patch does not affect current arm-eabi toolchain behavior at all.
It only makes arm_linux_androideabi toolchain to do the same as arm-eabi does.

The current arm_eabi toolchain does not define __unix nor __unix__, so
some statements wrapped by "#if defined (__unix) || defined (__unix__)"
"#endif" won't be included. However, the new arm_linux_androideabi
targets a linux Android platform, where __unix and __unix__ are
defined, which results in the incorrectly inclusion of calls of
IsNANorINF, IsINF, IsNegNAN, ecvt_r, fcvt_r, etc. We need to add
__ANDROID__ to prevent these calls from being included.

As a background, arm_linux_androideabi will be supported by upstream gcc
trunk soon. __ANDROID__ is defined by arm_linux_androideabi toolchain.

Change-Id: I94d3ed2e24b7c25e01ebb5a4dc8d2d568fd09e22
um_put_float.cpp
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.
stdio_file.h
cquire_release.h
ligned_buffer.h
llocators.cpp
itset.cpp
_locale.c
_locale.h
_locale_dummy/c_locale_dummy.c
_locale_glibc/c_locale_glibc2.c
_locale_win32/c_locale_win32.c
_locale_win32/c_wlocale_win32.c
odecvt.cpp
ollate.cpp
omplex.cpp
omplex_io.cpp
omplex_trig.cpp
type.cpp
xa.c
etails/fstream_stdio.cpp
etails/fstream_unistd.cpp
etails/fstream_win32io.cpp
ll_main.cpp
acets_byname.cpp
stream.cpp
os.cpp
ostream.cpp
stream.cpp
ocale.cpp
ocale_catalog.cpp
ocale_impl.cpp
ocale_impl.h
ock_free_slist.h
essage_facets.h
essages.cpp
onetary.cpp
um_get.cpp
um_get_float.cpp
um_put.cpp
um_put_float.cpp
umpunct.cpp
stream.cpp
parc_atomic.s
parc_atomic64.s
stream.cpp
tdio_streambuf.cpp
tdio_streambuf.h
tlport.rc
tlport_prefix.h
tring.cpp
trstream.cpp
ime_facets.cpp
arning_disable.h