summaryrefslogtreecommitdiff
path: root/libcxx/src/ios.cpp
AgeCommit message (Expand)Author
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-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
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-03-12[libc++] Improves UB handling in ios_base destructor. (#76525)Mark de Wever
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-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-12-20[libcxx] Add deprecation notices to macros deprecated in P0883R2Raul Tambre
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2020-11-02[libc++] Split off iostreams explicit instantiations into its own source fileLouis Dionne
2019-02-12[libc++] Avoid UB in the no-exceptions mode in a few placesLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2016-09-19[libc++] Fix extern template visibility for WindowsShoaib Meenai
2015-08-19[libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier
2015-08-18Move atomic_support.h and config_elast.h into src/includeEric Fiselier
2015-01-06[libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert
2014-10-27PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow
2014-09-05Address some post-commit review comments on r217261Jonathan Roelofs
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-09-02Newlib names ELAST differently than linuxJonathan Roelofs
2014-08-15Revert "Turn off extern templates for most uses."Justin Bogner
2014-05-29Linux: Correctly identify valid error codesDavid Majnemer
2014-05-15Fix typosAlp Toker
2014-01-04Switch to using C++ style casts.Joerg Sonnenberger
2013-10-12LWG Issue 2087: iostream_category() and noexceptMarshall Clow
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant
2012-07-21noexcept and constexpr applied to <ios>.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant
2010-06-02[string.conversions]Howard Hinnant
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant