summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numarray
AgeCommit message (Expand)Author
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2024-02-03[libc++] Fixes valarray proxy type compound assignment operations. (#76528)Mark de Wever
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-06-11[libc++][spaceship] P1614R2: Added `operator==` to `slice`Hristo Hristov
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-06-06[libc++] Avoid creating temporaries in unary expressions involving valarrayLouis Dionne
2022-03-01[libc++] [test] Improve the tests for std::{begin,end}(valarray).Arthur O'Dwyer
2021-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov
2021-10-07[libc++] Use addressof in assignment operator.Mark de Wever
2021-06-05[libc++] Fix result-type and value_type computation in <valarray>.Arthur O'Dwyer
2020-12-02[libc++] Add slice_array operator= valarray overload.zoecarver
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2020-10-20[libc++] Get rid of <sstream> in the valarray testsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-12-12[libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-02Fix a number of bugs in __val_expr's subset operator[].Eric Fiselier
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-08[libcxx] Avoid spurious construction of valarray elementsMikhail Maltsev
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier
2017-03-03Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-11Enable the -Wsign-compare warning to better support MSVCEric Fiselier
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-22Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL@micr...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier