aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/charconv
AgeCommit message (Expand)AuthorFilesLines
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser1-11/+21
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-3/+4
2023-08-23[libc++][charconv] Adds operator bool.Mark de Wever1-0/+2
2023-06-29[libc++] Remove the legacy debug mode.varconst1-1/+0
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser1-1/+1
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-1/+1
2023-03-15[libc++][charconv] Granularizes the header.Mark de Wever1-740/+5
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+3
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-02-06[libc++][NFC] Remove FP from_chars from the <charconv> synopsis since we don'...Louis Dionne1-10/+0
2023-01-08[libc++] Granularize <bit> and remove <__bits>Nikolas Klauser1-1/+1
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-31/+39
2022-11-24[libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser1-1/+1
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-12[libc++] Implements constexpr <charconv>.Mark de Wever1-55/+77
2022-10-08[libc++] Make charconv require C++17 or later.Mark de Wever1-7/+2
2022-09-20[libc++] Remove MSVC codeNikolas Klauser1-6/+0
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser1-0/+1
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-13/+13
2022-07-07[libc++] Implements 128-bit support in to_chars.Mark de Wever1-22/+87
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+4
2022-06-22[libc++] Reduces std::to_chars instantiations.Mark de Wever1-4/+9
2022-06-21[libc++] Improve charconv base10 algorithm.Mark de Wever1-5/+5
2022-06-07[libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.Mark de Wever1-9/+1
2022-06-07[libc++] Don't use static constexpr in headers.Mark de Wever1-85/+7
2022-06-02[libc++] Make to_chars base 10 header only.Mark de Wever1-7/+4
2022-05-14[libc++] Improve std::to_chars for base != 10.Mark de Wever1-1/+201
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-1/+1
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne1-20/+20
2022-03-09[libc++][NFC] Cleanups in <charconv>.Mark de Wever1-41/+42
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-0/+1
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser1-4/+4
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-12-12Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever1-0/+32
2021-12-07Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf"Petr Hosek1-32/+0
2021-12-05Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever1-0/+32
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser1-1/+1
2021-11-19[libc++] Adds (to|from)_chars_result operator==.Mark de Wever1-0/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-11-16[libc++][nfc] Improve standard conformance.Mark de Wever1-2/+2
2021-10-15[libc++] LWG3266: delete the to_chars(bool) overload.Konstantin Varlamov1-0/+2
2021-08-31[libc++][NFC] split <charconv>.Mark de Wever1-62/+3
2021-08-09[libc++][NFC] Remove MSVC specific code.Mark de Wever1-24/+3
2021-07-27[libc++] Fix a few warnings in system headers with GCCLouis Dionne1-3/+3
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-1/+1
2021-05-12[libc++][nfc] remove duplicated __to_unsigned.Mark de Wever1-13/+6