summaryrefslogtreecommitdiff
path: root/libcxx/include/__charconv
AgeCommit message (Expand)Author
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-18[libc++] Replace __libcpp_{ctz, clz} with __builtin_{ctzg, clzg} (#133920)Peng Liu
2025-04-11Reapply "[libc++] Optimize num_put integral functions" (#131613) (#133572)Nikolas Klauser
2025-03-18Revert "[libc++] Optimize num_put integral functions" (#131613)Alexander Kornienko
2025-03-05[libc++] Optimize num_put integral functions (#120859)Nikolas Klauser
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-25[libc++] __uglify `[[clang::noescape]]` (#113280)A. Jiang
2024-10-21[libcxx][libc] Hand in Hand PoC with from_chars (#91651)Michael Jones
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser
2023-08-23[libc++][charconv] Adds operator bool.Mark de Wever
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-03-16[NFC][libc++] Formats granularized charconv.Mark de Wever
2023-03-15[NFC][libc++] Uses newer libc++ style.Mark de Wever
2023-03-15[libc++][charconv] Granularizes the header.Mark de Wever
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas 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-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-07[libc++] Implements 128-bit support in to_chars.Mark de Wever
2022-06-21[libc++] Improve charconv base10 algorithm.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-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-19[libc++] Adds (to|from)_chars_result operator==.Mark de Wever
2021-08-31[libc++][NFC] split <charconv>.Mark de Wever