summaryrefslogtreecommitdiff
path: root/libcxx/src/strstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne2022-02-161-1/+1
* [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer2022-02-151-7/+11
* [libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser2022-02-141-1/+2
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-3/+3
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+1
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-291-0/+3
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-291-2/+1
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-191-1/+5
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-7/+7
* Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow2013-10-131-4/+4
* Fix signed/unsigned warnings when building libc++ in C++14 modeMarshall Clow2013-08-141-3/+3
* Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant2013-03-191-0/+2
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-4/+4
* Fixing up some ABI issuesHoward Hinnant2011-07-071-35/+0
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-6/+6
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-2/+2
* clang found a missing return statement.Howard Hinnant2011-01-271-0/+1
* license changeHoward Hinnant2010-11-161-2/+2
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+363