summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ios
Commit message (Expand)AuthorAgeFilesLines
* Make ios_base::failure visibility specified consistentEric Fiselier2016-04-211-1/+1
* Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow2015-10-291-6/+9
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-191-2/+4
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-051-2/+2
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-2/+2
* Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow2013-10-211-3/+3
* LWG Issue 2087: iostream_category() and noexceptMarshall Clow2013-10-121-6/+6
* LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2013-10-121-0/+8
* G M: Rename local variable from __except to avoid MSVC keyword clash.Howard Hinnant2013-10-061-4/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-3/+3
* move __save_flags from <random> to <ios> in preparation for reuse; no functio...Marshall Clow2013-07-091-0/+27
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-8/+8
* Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant2012-10-301-1/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-2/+2
* Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios i...Howard Hinnant2012-08-261-2/+4
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-35/+35
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+2
* Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...Howard Hinnant2011-12-021-7/+5
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-4/+4
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-17/+31
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-7/+13
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-9/+9
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+965
OpenPOWER on IntegriCloud