summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/buffer.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-02-10[libc++] Extract destroy algorithms into separate headers (#126449)Louis Dionne
2025-01-25[libc++][format][3/3] Improves formatting performance. (#108990)Mark de Wever
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-18[libc++] Remove assumptions that std::array::iterator is a raw pointer (#74624)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever
2023-07-17[libc++][format] Fixes an off by one error.Mark de Wever
2023-07-16[NFC][libc++] Fixes some comments.Mark de Wever
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-04-30[libc++][format] Removes vector dependency.Mark de Wever
2023-04-19[libc++] Adds missing includes.Mark de Wever
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-22[libc++][format] Removes transitive type_traits.Mark de Wever
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-19[libc++][format] Implements range_formatterMark de Wever
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-10-18[libc++][format] Move iterators when needed.Mark de Wever
2022-08-31[libc++][format] Fixes broken CI.Mark de Wever
2022-08-31[NFC][libc++][format] Renames __char_type concept.Mark de Wever
2022-08-17[libc++][format] Uglyfies format buffer.Mark de Wever
2022-08-16[libc++][format] Improve format buffer.Mark de Wever
2022-08-07[libc++][NFC] Fix `the the` in comment in `__format/buffer.h`Adrian Vogelsgesang
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne
2022-06-01[NFC][libc++][format] Improves naming.Mark de Wever
2022-05-18[libc++][format][5/6] Improve format_to_n.Mark de Wever
2022-04-09[libc++][format][4/6] Improve formatted_size.Mark de Wever
2022-04-09[libc++][format][3/6] Adds a __container_buffer.Mark de Wever
2022-03-26[libc++][format][2/6] Adds a __output_iterator.Mark de Wever