summaryrefslogtreecommitdiffstats
path: root/libcxx/src/ios.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-191-1/+1
* Move atomic_support.h and config_elast.h into src/includeEric Fiselier2015-08-181-1/+1
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-061-5/+9
* PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow2014-10-271-28/+22
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-051-1/+1
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-1/+1
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-021-5/+4
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-151-2/+0
* Linux: Correctly identify valid error codesDavid Majnemer2014-05-291-1/+3
* Fix typosAlp Toker2014-05-151-1/+1
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-16/+25
* LWG Issue 2087: iostream_category() and noexceptMarshall Clow2013-10-121-1/+1
* LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2013-10-121-1/+4
* Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant2013-08-291-0/+2
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-1/+1
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-19/+19
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-2/+2
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-3/+3
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-7/+7
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+14
* [string.conversions]Howard Hinnant2010-06-021-55/+0
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-1/+5
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+492
OpenPOWER on IntegriCloud