aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/iostream.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-8/+8
2023-04-21[libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser1-0/+4
2023-04-13[libcxx] Rename the now fully private header __std_stream to std_stream.hMartin Storsjö1-1/+1
2023-04-12[libcxx] Move the private header __std_stream into the src subdirMartin Storsjö1-1/+1
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne1-2/+2
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-4/+4
2021-12-13[libc++] Change workaround for init_priority((100)) outside of system headersLouis Dionne1-6/+3
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-9/+26
2021-10-06[libc++] Use init_priority(100) when possibleLouis Dionne1-0/+5
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne1-14/+0
2020-11-20Guard init_priority attribute within libc++Zbigniew Sarbinowski1-1/+1
2020-09-16[libc++] Ensure streams are initialized earlyLouis Dionne1-1/+1
2019-09-13Only initialize the streams cout/wcout/cerr/wcerr etc once, rather than any t...Marshall Clow1-2/+17
2019-05-22Speculative fix for std stream destruction order on Windows.Eric Fiselier1-0/+21
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-30Make libc++'s versioning namespace customizableEric Fiselier1-9/+9
2018-10-25[libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne1-1/+1
2017-08-07[libc++] Don't hardcode namespace in manual manglingShoaib Meenai1-8/+12
2017-04-19[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VERShoaib Meenai1-8/+8
2017-01-07Explicitly specify MSVC mangling of iostream globals. Patch from Dave LeeEric Fiselier1-10/+42
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten1-0/+14
2015-03-26Remove the state_types array.Ed Schouten1-8/+12
2015-03-17Clean up iostream creation in preparation for conditionalizing streams.Ed Schouten1-18/+20
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-8/+8
2013-04-27Use reinterpret_casts directly in place of C-style casts.Joerg Sonnenberger1-4/+4
2013-03-19This is an optimization which produces improved launching time. There should...Howard Hinnant1-6/+8
2012-05-31Protect use of alignas against older versions of clangHoward Hinnant1-14/+14
2012-03-16Alter the terminal streams such that they do not get added to the atexit chai...Howard Hinnant1-25/+38
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-2/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+53