summaryrefslogtreecommitdiff
path: root/libcxx/include/cstring
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser2023-02-211-47/+0
* [libc++] Refactor char_traitsNikolas Klauser2022-12-091-0/+48
* [libc++] Diagnose when header search paths are set up incorrectlyLouis Dionne2022-08-171-0/+9
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Remove support for CloudABI, which has been abandonedLouis Dionne2021-08-241-2/+0
* [libc++] Use the using_if_exists attribute when providedLouis Dionne2021-06-041-23/+23
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-101-17/+0
* Revert r249929 ("Split <string.h> out of <cstring>").Richard Smith2015-10-291-23/+18
* Split <string.h> out of <cstring>.Richard Smith2015-10-101-18/+23
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+2
* Revert changes inadvertantly committedMarshall Clow2015-06-021-23/+4
* Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow2015-06-021-4/+23
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-2/+2
* Change <cwchar> and <cstring> to look out for flags which may or may not be s...Howard Hinnant2013-04-081-1/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-1/+1
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-1/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Bug 7983 fixed by Bernhard RosenkraenzerHoward Hinnant2010-10-141-4/+7
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
* Fix conflict with cstring and using namespace stdHoward Hinnant2010-08-101-5/+5
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+106