aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/cwchar
AgeCommit message (Expand)AuthorFilesLines
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne1-1/+1
2024-05-10[libc++][NFC] Replace __apply_cv with __copy_cv or __copy_cvref (#90867)Nikolas Klauser1-2/+2
2024-03-18[libc++] Simplify the implementation of remove_reference (#85207)Nikolas Klauser1-0/+4
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2023-05-25[libc++] Forward to std::{,w}memchr in std::findNikolas Klauser1-9/+23
2022-12-09[libc++] Refactor char_traitsNikolas Klauser1-0/+50
2022-08-17[libc++] Diagnose when header search paths are set up incorrectlyLouis Dionne1-0/+9
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
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-09-03[libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour of using_if_existsLouis Dionne1-4/+0
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne1-4/+0
2021-06-04[libc++] Use the using_if_exists attribute when providedLouis Dionne1-64/+64
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-11-08[libc++] Remove unnecessary MSVCRT exclusionsShoaib Meenai1-6/+0
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith1-19/+0
2015-10-10Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith1-8/+1
2015-10-10Revert r249889 due to bot failure.Manman Ren1-1/+8
2015-10-09Split <wchar.h> out of <cwchar>.Richard Smith1-8/+1
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten1-6/+14
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant1-1/+1
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant1-6/+6
2013-04-08Change <cwchar> and <cstring> to look out for flags which may or may not be s...Howard Hinnant1-7/+16
2013-03-18Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow1-1/+1
2012-11-26Dimitry Andric: When using libc++ headers on FreeBSD, in combination with -s...Howard Hinnant1-0/+4
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant1-3/+7
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant1-0/+3
2010-11-16license changeHoward Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-4/+4
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+195