aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/codecvt
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-2/+2
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-377/+399
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-18/+18
2023-11-29[libc++] Reenable codecvt in the dylib. (#73679)Mark de Wever1-2/+2
2023-11-24[libc++] Removes codecvt. (#72496)Mark de Wever1-0/+4
2023-08-31[libc++] Move once_flag outside of <mutex>Louis Dionne1-0/+1
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-12/+12
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-0/+11
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-48/+48
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-192/+145
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-48/+48
2022-06-30[libc++] Implement P0618R0 (Deprecating <codecvt>)Nikolas Klauser1-4/+26
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-04[libc++] Add the version header to all headers.Mark de Wever1-0/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+6
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2020-12-02[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej1-0/+24
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric1-36/+36
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-18/+18
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-18/+18
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne1-18/+18
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-3/+3
2013-08-27Update synopsis in <locale> to match LWG Issue 2229. No code changeMarshall Clow1-3/+6
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-15/+15
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-3/+3
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-21visibility-decoration.Howard Hinnant1-3/+6
2010-05-30[locale.stdcvt]Howard Hinnant1-0/+542