[runtimes][NFC] Remove filenames at the top of the license notice
[platform/upstream/llvm.git] / libcxx / include / ios
2021-11-17 Louis Dionne[runtimes][NFC] Remove filenames at the top of the...
2021-08-11 Arthur O'Dwyer[libc++] Restore `basic_ios`'s implicit conversion...
2021-06-28 Arthur O'Dwyer[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams...
2021-06-22 Arthur O'Dwyer[libc++] Enable `explicit` conversion operators, even...
2021-05-29 Arthur O'Dwyer[libc++] Alphabetize and include-what-you-use. NFCI.
2021-04-20 Louis Dionne[libc++] NFC: Normalize `#endif //` comment indentation
2020-11-27 Bruce Mitchener[libc++] Replace several uses of 0 by nullptr
2020-10-15 Louis Dionne[libc++] Reduce dependencies on <iostream> from <random>
2020-07-13 Louis Dionne[libc++] Implement P0551
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-17 Dimitry AndricFix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-05-29 Louis Dionne[NFC][libcxx] Remove trailing whitespace
2019-04-05 Louis Dionne[libc++] Fix error flags and exceptions propagated...
2019-04-02 Louis DionneRevert "[libc++] Fix error flags and exceptions propaga...
2019-04-02 Louis Dionne[libc++] Fix error flags and exceptions propagated...
2019-02-12 Louis Dionne[libc++] Avoid UB in the no-exceptions mode in a few...
2019-01-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2018-07-11 Louis Dionne[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE...
2018-07-05 Louis DionneRevert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE...
2018-07-05 Louis Dionne[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBC...
2018-02-14 Bruce MitchenerFix incorrect indentation.
2018-02-01 Marshall ClowAdd static_asserts to basic_ios and basic_stream_buf...
2017-04-19 Eric FiselierCleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in...
2017-01-13 Eric FiselierFix merge conflict caused by r291921
2017-01-13 Eric FiselierRevert "Rework fix for PR19460 - Use explicit bool...
2017-01-04 Eric Fiselier[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
2017-01-02 Eric FiselierRework fix for PR19460 - Use explicit bool as an extens...
2016-12-30 Eric FiselierRecommit r290750: Fix PR19460 - std::ios is convertible...
2016-12-30 Eric FiselierRevert r290750 - Fix PR19460 - std::ios is convertible...
2016-12-30 Eric FiselierFix PR19460 - std::ios is convertible to int.
2016-04-21 Eric FiselierMake ios_base::failure visibility specified consistent
2015-10-29 Marshall ClowImplement P0004R1 'Remove Deprecated iostreams aliases'
2015-08-19 Eric Fiselier[libcxx] Allow use of <atomic> in C++03. Try 3.
2014-09-05 Jonathan RoelofsAddress some post-commit review comments on r217261
2014-09-05 Jonathan RoelofsAllow libc++ to be built on systems without POSIX threads
2013-10-21 Marshall ClowPatch by GM: Making implicit conversion to bool explici...
2013-10-12 Marshall ClowLWG Issue 2087: iostream_category() and noexcept
2013-10-12 Marshall ClowLWG issue 2143: ios_base::xalloc should be thread-safe
2013-10-06 Howard HinnantG M: Rename local variable from __except to avoid MSVC...
2013-08-12 Howard HinnantNico Rieck: this patch series fixes visibility issues...
2013-07-09 Marshall Clowmove __save_flags from <random> to <ios> in preparation...
2013-03-06 Howard HinnantNo functionality change at this time. I've split _LIBC...
2012-10-30 Howard HinnantRename uses of _ and __ because these are getting stepp...
2012-09-14 Howard HinnantDimitry Andric: many visibility fixes. Howard: Much...
2012-08-26 Howard HinnantHyeon-bin Jeong: libc++ fails to create any classes...
2012-07-21 Howard Hinnantnoexcept and constexpr applied to <ios>.
2012-02-21 Howard HinnantModernize conversion to bool to the explicit bool conve...
2011-12-02 Howard HinnantFix llvm.org/bugs/show_bug.cgi?id=11428. Fix provided...
2011-10-17 Howard HinnantWindows support by Ruben Van Boxem.
2011-06-30 Howard Hinnant_STD -> _VSTD to avoid macro clash on windows
2010-12-17 Howard HinnantEffort to reduce the number of exported symbols
2010-11-16 Howard Hinnantlicense change
2010-09-22 Howard Hinnantvisibility-decoration.
2010-09-04 Howard HinnantChanged __config to react to all of clang's currently...
2010-08-22 Howard HinnantFixing whitespace problems
2010-05-11 Howard HinnantWiped out some non-ascii characters that snuck into...
2010-05-11 Howard Hinnantlibcxx initial import