History log of /external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfdae2062a086dbfeb47774afcf429402cb39c57 14-Jun-2016 Eric Fiselier <eric@efcs.ca> Fix warnings in tests.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272629 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
a9ea11398d4e7c756f664d0ae364f1849ab5adec 02-May-2016 Eric Fiselier <eric@efcs.ca> Void cast runtime-unused variables. Patch from STL@microsoft.com

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268284 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
7b86ce5cc418b58fd6535d7246741c588d91e00d 18-Jul-2015 Eric Fiselier <eric@efcs.ca> Fix warnings in test/std/language.support

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242624 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
323ade3e7080de24c659f714404592818a78ca76 24-Jun-2015 Ed Schouten <ed@nuxi.nl> Make support for thread-unsafe C functions optional.

One of the aspects of CloudABI is that it aims to help you write code
that is thread-safe out of the box. This is very important if you want
to write libraries that are easy to reuse. For CloudABI we decided to
not provide the thread-unsafe functions. So far this is working out
pretty well, as thread-unsafety issues are detected really early on.

The following patch adds a knob to libc++,
_LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS, that can be set to disable
thread-unsafe functions that can easily be avoided in practice. The
following functions are not thread-safe:

- <clocale>: locale handles should be preferred over setlocale().
- <cstdlib>: mbrlen(), mbrtowc() and wcrtomb() should be preferred over
their non-restartable counterparts.
- <ctime>: asctime(), ctime(), gmtime() and localtime() are not
thread-safe. The first two are also deprecated by POSIX.

Differential Revision: http://reviews.llvm.org/D8703
Reviewed by: marshall


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@240527 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
a90c6dd46005b2b14de3bb889a8d03bb34bd3256 20-Dec-2014 Eric Fiselier <eric@efcs.ca> Move test into test/std subdirectory.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp