aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/iosfwd
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-3/+3
2024-04-16[NFC][libc++] Moves ios_base's forward declaration. (#88027)Mark de Wever1-3/+0
2024-03-29[libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser1-4/+1
2024-03-04[libc++] Do not forward-declare syncstream outside experimental (#82511)Louis Dionne1-2/+2
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-35/+30
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-2/+2
2023-11-08Implement syncstream (p0053)Mark de Wever1-0/+32
2023-08-19[libc++] Fixes disabling wide character.Mark de Wever1-0/+2
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2023-05-01[libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson1-1/+1
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-108/+6
2022-11-01[libc++] Move preferred_name declarations into the forward declaring headers ...Nikolas Klauser1-25/+1
2022-06-14[libc++] Remove macros for IBM compilerLouis Dionne1-2/+0
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
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-15/+23
2021-09-09[libc++][NFC] Remove #endif comments for really small conditionals on _LIBCPP...Louis Dionne1-1/+1
2021-04-21[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer1-2/+2
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-2/+2
2021-03-23[libc++] [C++20] [P0482] Add missing tests and synopses for char8_t.Marek Kurdej1-2/+5
2020-12-09Add new 'preferred_name' attribute.Richard Smith1-0/+32
2020-12-08Revert "Add new 'preferred_name' attribute."Richard Smith1-32/+0
2020-12-07Add new 'preferred_name' attribute.Richard Smith1-0/+32
2020-10-15[libc++] Reduce dependencies on <iostream> from <random>Louis Dionne1-0/+27
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow1-0/+17
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-20/+20
2016-02-20Make __wrap_iter work with GCC againEric Fiselier1-0/+5
2015-02-03Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...Jonathan Roelofs1-0/+5
2015-02-02Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs1-5/+0
2015-02-02Use fseek/ftell instead of fseeko/ftello when Newlib is the libcJonathan Roelofs1-0/+5
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-19/+19
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-20/+20
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant1-1/+1
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-05-13http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant1-0/+1
2011-01-08Two minor fixes: 1. Put integral_constant conversion to integral in even wi...Howard Hinnant1-0/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-21Getting started on a visibility-decoration sweep.Howard Hinnant1-25/+41
2010-09-10I am experimenting with putting visibility-default attributes on all struct/c...Howard Hinnant1-3/+3
2010-08-22Fixing whitespace problemsHoward Hinnant1-1/+1
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant1-5/+5
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+173