summaryrefslogtreecommitdiffstats
path: root/test/std/depr
Commit message (Expand)AuthorAgeFilesLines
* Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-031-1/+1
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-0214-14/+14
* test: silence warnings on clang under clang-clSaleem Abdulrasool2017-02-181-1/+1
* [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-174-0/+8
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-2414-0/+28
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-301-2/+0
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-42/+44
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-083-12/+0
* Fix unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-301-4/+4
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-291-0/+32
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Silence more unused variable warnings. Patch from STL@microsoft.comEric Fiselier2016-06-141-0/+8
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Tolerate incorrect return type for 'isinf' and 'isnan' in tests.Eric Fiselier2016-05-273-63/+48
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-025-20/+9
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-1/+8
* Move extern C include test into test/libcxxEric Fiselier2016-04-291-43/+0
* Add <string> include for streaming operators. Patch from STL@microsoft.comEric Fiselier2016-04-298-0/+8
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-282-0/+6
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-102-10/+15
* Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...Marshall Clow2015-11-251-0/+8
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-1/+0
* std:: qualify ptrdiff_t in the test. Thanks to Walter for the catchMarshall Clow2015-11-101-2/+2
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow2015-10-295-0/+25
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-131-0/+43
* Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...Eric Fiselier2015-10-101-517/+0
* Get some of wchar_h.pass.cpp working on apple.Eric Fiselier2015-10-101-10/+16
* Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith2015-10-101-11/+24
* Add a test that we declare the right set of C library function signatures in ::Richard Smith2015-10-101-0/+517
* Revert r249889 due to bot failure.Manman Ren2015-10-101-18/+11
* Split <wchar.h> out of <cwchar>.Richard Smith2015-10-091-11/+18
* Split <stdlib.h> out of <cstdlib>.Richard Smith2015-10-091-0/+24
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-091-0/+20
* Fix test failure in C++98 mode due to imperfect static_assert emulation.Richard Smith2015-10-081-1/+1
* Split <stddef.h> out of <cstddef>.Richard Smith2015-10-081-0/+22
* Split <setjmp.h> out of <csetjmp>.Richard Smith2015-10-081-0/+4
* Split <math.h> out of <cmath>.Richard Smith2015-10-083-22/+884
* Split <inttypes.h> out of <cinttypes>.Richard Smith2015-10-081-2/+287
* Manually suppress -Wnonnull when it occurs in an unevaluated contextEric Fiselier2015-10-011-0/+6
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* Cleanup warnings in test/std/deprEric Fiselier2015-07-1811-13/+28
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-242-1/+5
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-091-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-20129-0/+6554