aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/valarray
AgeCommit message (Expand)AuthorFilesLines
2026-01-09[libc++] Introduce the notion of a minimum header version (#166074)Nikolas Klauser1-2/+2
2025-12-12[libc++][valarray] Applied `[[nodiscard]]` (#170996)Hristo Hristov1-52/+59
2025-10-09[libc++] Use std::__{scope,exception}_guard throughout the code base (#161322)Nikolas Klauser1-107/+45
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-18/+18
2024-12-24[libc++][hardening] Add a bounds check for `valarray` and `bitset`. (#120685)Konstantin Varlamov1-2/+8
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser1-1/+0
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-103/+106
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+1
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-36/+36
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-78/+78
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-02-08[libc++][NFC] Reformat a few files that had gotten mis-formattedLouis Dionne1-2/+2
2024-02-03[libc++] Fixes valarray proxy type compound assignment operations. (#76528)Mark de Wever1-10/+90
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-2807/+1875
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-10/+10
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-287/+287
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser1-1112/+374
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-3/+3
2023-06-11[libc++][spaceship] P1614R2: Added `operator==` to `slice`Hristo Hristov1-0/+10
2023-05-03[libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser1-0/+1
2023-04-15[NFC][libc++] Removes incorrect sliceExpr friend.Mark de Wever1-1/+0
2023-04-15Revert "[NFC][libc++] Removes sliceExpr friend."Mark de Wever1-0/+1
2023-04-15[NFC][libc++] Removes sliceExpr friend.Mark de Wever1-1/+0
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser1-6/+6
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+2
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-36/+36
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-02-13[libc++] Granularize <type_traits> includes in <algorithm>Nikolas Klauser1-0/+1
2023-01-13Reapply "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"varconst1-0/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-16/+16
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-0/+1
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-02Revert "[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`"Vitaly Buka1-1/+0
2022-10-01[libc++][ranges]Refactor `copy{,_backward}` and `move{,_backward}`Konstantin Varlamov1-0/+1
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-6/+6
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-5/+5
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+5
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-1/+3
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-1/+1
2022-06-06[libc++] Avoid creating temporaries in unary expressions involving valarrayLouis Dionne1-44/+24
2022-04-26[libc++] Remove <functional> includesNikolas Klauser1-1/+0
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser1-1/+6
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-24[libc++] Make sure calls to std::move are always qualifiedCorentin Jabot1-13/+13