summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ostream
Commit message (Expand)AuthorAgeFilesLines
* 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