summaryrefslogtreecommitdiff
path: root/libcxx/include/charconv
AgeCommit message (Expand)Author
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-13[libc++] Granularize the <new> header (#119270)Louis Dionne
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-18[libc++] Remove transitive includes from empty headers (#116295)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-21[libcxx][libc] Hand in Hand PoC with from_chars (#91651)Michael Jones
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-08-23[libc++][charconv] Adds operator bool.Mark de Wever
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser
2023-03-15[libc++][charconv] Granularizes the header.Mark de Wever
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-06[libc++][NFC] Remove FP from_chars from the <charconv> synopsis since we don'...Louis Dionne
2023-01-08[libc++] Granularize <bit> and remove <__bits>Nikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-10-12[libc++] Implements constexpr <charconv>.Mark de Wever
2022-10-08[libc++] Make charconv require C++17 or later.Mark de Wever
2022-09-20[libc++] Remove MSVC codeNikolas Klauser
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-07-07[libc++] Implements 128-bit support in to_chars.Mark de Wever
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-22[libc++] Reduces std::to_chars instantiations.Mark de Wever
2022-06-21[libc++] Improve charconv base10 algorithm.Mark de Wever
2022-06-07[libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.Mark de Wever
2022-06-07[libc++] Don't use static constexpr in headers.Mark de Wever
2022-06-02[libc++] Make to_chars base 10 header only.Mark de Wever
2022-05-14[libc++] Improve std::to_chars for base != 10.Mark de Wever
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne
2022-03-09[libc++][NFC] Cleanups in <charconv>.Mark de Wever
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-12-12Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever
2021-12-07Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf"Petr Hosek
2021-12-05Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-19[libc++] Adds (to|from)_chars_result operator==.Mark de Wever
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne