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