aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/iomanip
AgeCommit message (Expand)AuthorFilesLines
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-435/+319
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-1/+1
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-31/+31
2023-03-08[libc++] Add clang-tidy check for version checksNikolas Klauser1-4/+0
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-16/+16
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-4/+4
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-8/+8
2022-06-09[libc++] Granularize __stringNikolas Klauser1-1/+0
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-07[libc++] Overhaul std::quoted; fix its relationship to character traits.Arthur O'Dwyer1-55/+58
2022-03-04[libc++] Add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy ctors.Arthur O'Dwyer1-0/+1
2022-03-04[libc++] [NFC] Formatting preliminary to D120135 (std::quoted)Arthur O'Dwyer1-55/+44
2022-03-04[libc++] ADL-proof calls to __quoted and noskipws.Arthur O'Dwyer1-6/+6
2022-03-01[libc++] Add `explicit` to a bunch of internal detail ctors.Arthur O'Dwyer1-3/+3
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-05-10[libc++][NFC] Remove _VSTD:: when not needed.Mark de Wever1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-9/+9
2021-01-06[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.Arthur O'Dwyer1-1/+1
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer1-1/+1
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne1-5/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2016-10-27Move 'quoted' for string_view from <string_view> to <iomanip> (where the othe...Marshall Clow1-0/+9
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow1-13/+1
2016-06-17Add missing space between >> in template declaration. Fixes C++03 build.Eric Fiselier1-1/+1
2016-06-17Add Filesystem TS -- CompleteEric Fiselier1-6/+25
2014-03-07Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow1-5/+6
2013-11-14Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow1-1/+3
2013-09-05N3545: Quoted stringsMarshall Clow1-0/+147
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant1-26/+26
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-22visibility-decoration.Howard Hinnant1-0/+21
2010-08-22Fixing whitespace problemsHoward Hinnant1-8/+8
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+481