aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/ostream
AgeCommit message (Expand)AuthorFilesLines
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever1-0/+159
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-696/+506
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-11/+11
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-9/+9
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+2
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser1-4/+3
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser1-9/+11
2023-05-24Revert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in cl...Nikolas Klauser1-6/+6
2023-05-23[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION only in classes th...Nikolas Klauser1-6/+6
2023-04-27[libc++] Adds more forward declaration headers.Mark de Wever1-0/+1
2023-04-09[libc++] Granularize system_error.Mark de Wever1-0/+1
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser1-0/+1
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+2
2023-03-10[libc++] Granularize <atomic> includesNikolas Klauser1-0/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+3
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-88/+88
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-4/+4
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser1-2/+2
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-39/+39
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-0/+1
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-0/+2
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-1/+1
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-0/+2
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-2/+0
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-0/+2
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-1/+1
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-16/+16
2022-07-20[libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser1-0/+80
2022-07-19[libc++] Define ostream nullptr inserter for >= C++17 onlyJoe Loser1-0/+4
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+4
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever1-1/+0
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-1/+1
2022-06-08[libc++] Towards a simpler extern template story in libc++Louis Dionne1-2/+2
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
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser1-3/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-11-11[libc++] Implement P1147R1 (Printing volatile T*)Nikolas Klauser1-0/+9
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+2
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer1-12/+2
2021-06-25[libc++] Enable the rvalue overloads of operator<< and operator>> even in C++03.Arthur O'Dwyer1-5/+1
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer1-2/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-3/+3
2021-05-11[libc++] s/_VSTD::declval/declval/g. NFCI.Arthur O'Dwyer1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-47/+47
2020-10-22[libc++] Drop old workaround for iostreams instantiations missing from the dylibLouis Dionne1-2/+0
2020-09-23[libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 buildLouis Dionne1-11/+15