summaryrefslogtreecommitdiff
path: root/test/std/numerics/complex.number
AgeCommit message (Expand)Author
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-06[libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne
2018-02-19[libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev
2018-01-31Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-07-19[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-10-08Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier
2016-08-11Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow
2016-07-20Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-06Rename some test data (and make it const) to rid us of some shadowing warning...Marshall Clow
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2015-11-12[libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier