summaryrefslogtreecommitdiff
path: root/libcxx/include/ios
AgeCommit message (Expand)Author
2025-06-10[libc++] Don't skip localization-related headers in header tests (#134877)Louis Dionne
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-19[libc++] Backport segmented iterator optimization for std::for_each to C++11 ...Peng Liu
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-30[libcxx][ios] initialize __fill_val_ in _FillHelper (#110279)David Tenty
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-08-06[libc++] Implements LWG3130. (#101889)Mark de Wever
2024-07-17[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (#89305)Xing Xue
2024-07-15[libc++] Handle _LIBCPP_HAS_NO_{THREADS,LOCALIZATION} consistently with other...Louis Dionne
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser
2024-03-12[libc++] Improves UB handling in ios_base destructor. (#76525)Mark de Wever
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-17[libc++] Implement P2467R1: Support exclusive mode for fstreamsPragmaTwice
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser
2023-05-23[libc++][NFC] Move basic_ios extern instantiations into <ios>Nikolas Klauser
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser
2023-03-10[libc++] Granularize <atomic> includesNikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser
2022-05-20[libc++] Improve error messages for disabled modesLouis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-03-03[libc++] Fix initialization of __fill_Jake Egan
2022-03-01[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.Mark de Wever
2022-02-04[libc++] Move fpos into its own headerNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-04[libc++] Add the version header to all headers.Mark de Wever