aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/any
AgeCommit message (Expand)AuthorFilesLines
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov1-9/+9
2025-11-11[libc++] Remove some of the uses of aligned_storage inside the library (#161635)Nikolas Klauser1-6/+4
2025-10-07[libc++] Don't use std::allocator inside <any> (#161061)Nikolas Klauser1-28/+18
2025-06-02[libc++] Remove availability annotations which can't fire anymore (#140049)Nikolas Klauser1-5/+5
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-5/+5
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser1-1/+1
2025-03-27[libc++] Introduce unversioned namespace macros (#133009)Nikolas Klauser1-2/+2
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne1-3/+3
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser1-5/+6
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-66/+69
2024-11-13[libc++] Make variables in templates inline (#115785)Nikolas Klauser1-2/+0
2024-11-10[libc++][NFC] Merge add_{const, cv, volatile}.h into a single header (#115610)Nikolas Klauser1-1/+1
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-6/+6
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser1-1/+1
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne1-0/+1
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-3/+3
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser1-1/+0
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-2/+1
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-01-20[libc++][any] LWG3305: `any_cast<void>` (#78215)Hristo Hristov1-0/+3
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-452/+336
2023-12-09[NFC][libc++] Rewrites a return statement.Mark de Wever1-3/+1
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-18/+18
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-50/+50
2023-10-31[libc++] Remove alignment_of uses (#70591)philnik7771-4/+2
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn1-0/+5
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2023-05-03[libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-1/+1
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-1/+1
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser1-1/+1
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser1-1/+2
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+2
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+14
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-02-05[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser1-5/+5
2023-01-21[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser1-0/+2
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-1/+3
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-09-25[libc++] Rewrites graph_header_deps.py.Mark de Wever1-1/+1
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-4/+4
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+10
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-11/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+11
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-33/+33