summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ostream
Commit message (Expand)AuthorAgeFilesLines
* Add forward declaration of operator<< in <string_view> as required.Eric Fiselier2019-09-251-1/+1
* Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://revi...Marshall Clow2019-07-011-0/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+1
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-1/+1
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-161-8/+8
* Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai2018-09-191-10/+1
* Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow2018-09-191-1/+10
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-2/+2
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-2/+2
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-2/+2
* Fix improperly failing test - and the code it was testing. Thanks to Stephan ...Marshall Clow2018-03-221-3/+1
* Fix failure on C++03 botsMarshall Clow2017-11-271-0/+2
* Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow2017-11-271-0/+12
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+2
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier2017-04-181-7/+5
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier2016-09-161-54/+23
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-2/+2
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-211-0/+8
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-081-16/+16
* Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov2015-12-091-16/+16
* Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow2015-06-221-2/+2
* K-ballo pointed out *another* mistype in my changeMarshall Clow2014-09-171-6/+2
* Forgot 'const' on my last checkinMarshall Clow2014-09-161-4/+4
* Some of the synopsis was left out of these headers, and the copy construction...Marshall Clow2014-09-161-0/+16
* Remove tabs that crept in during an earlier refactoring. No functionality changeMarshall Clow2014-02-161-11/+11
* Refactored a bunch of duplicated code in <ostream>. Made a new routine called...Marshall Clow2013-12-101-218/+24
* LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istre...Marshall Clow2013-10-311-3/+8
* Add a deleted assignment operator for basic_ostream; LWG Issue #2067Marshall Clow2013-08-141-0/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-5/+5
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-3/+3
* Optimize basic_ostream::write by having it call sputn instead of sputc.Howard Hinnant2013-01-151-11/+2
* Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant2012-11-061-2/+2
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-1/+1
* Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant2012-02-211-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=11752Howard Hinnant2012-01-121-2/+2
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-59/+59
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fixing up some ABI issuesHoward Hinnant2011-07-071-0/+2
* Chris Jefferson found a missing const (Bugzilla 9632)Howard Hinnant2011-04-051-1/+1
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-2/+2
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-6/+6
* Fixing whitespace problemsHoward Hinnant2010-08-221-62/+62
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1291
OpenPOWER on IntegriCloud