summaryrefslogtreecommitdiff
path: root/libcxx/include/iomanip
AgeCommit message (Expand)Author
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-16[libc++] Remove <istream> and <ostream> includes from <iomanip> (#116223)Nikolas Klauser
2024-11-11[libc++] Cleanly implement the base locale API for BSD-like platforms (#115176)Louis Dionne
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-16[libc++][modules] Guard carved-out headers more consistently (#108637)Louis Dionne
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-03-08[libc++] Add clang-tidy check for version checksNikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-06-09[libc++] Granularize __stringNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-07[libc++] Overhaul std::quoted; fix its relationship to character traits.Arthur O'Dwyer
2022-03-04[libc++] Add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy ctors.Arthur O'Dwyer
2022-03-04[libc++] [NFC] Formatting preliminary to D120135 (std::quoted)Arthur O'Dwyer
2022-03-04[libc++] ADL-proof calls to __quoted and noskipws.Arthur O'Dwyer
2022-03-01[libc++] Add `explicit` to a bunch of internal detail ctors.Arthur O'Dwyer
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-05-10[libc++][NFC] Remove _VSTD:: when not needed.Mark de Wever
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-01-06[libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.Arthur O'Dwyer
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2016-10-27Move 'quoted' for string_view from <string_view> to <iomanip> (where the othe...Marshall Clow
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow
2016-06-17Add missing space between >> in template declaration. Fixes C++03 build.Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2014-03-07Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow
2013-11-14Fixed bug in quoted strings implementation. Added test to be sure. Thanks to ...Marshall Clow
2013-09-05N3545: Quoted stringsMarshall Clow
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant