summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/complex.number
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3163-0/+95
* Support tests in freestandingJF Bastien2019-02-0489-90/+268
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1990-360/+270
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-2/+0
* [libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev2018-02-192-0/+18
* Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow2018-01-311-1/+1
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2017-07-1910-10/+0
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier2017-04-1912-10/+34
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-052-2/+0
* Fix unused parameters and variablesEric Fiselier2016-12-2310-10/+0
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-2/+2
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-049-11/+27
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-081-4/+0
* Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal....Marshall Clow2016-08-111-1/+0
* Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier2016-07-201-0/+74
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Rename some test data (and make it const) to rid us of some shadowing warning...Marshall Clow2016-06-0627-315/+315
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-018-13/+13
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-284-13/+5
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-1/+0
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2090-0/+5867
OpenPOWER on IntegriCloud