Chandler Carruth
|
4abbf7dac3
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Richard Smith
|
b4aa97130b
Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from
|
9 years ago |
Richard Smith
|
9d6ca4962b
Revert r249929 ("Split <string.h> out of <cstring>").
|
9 years ago |
Richard Smith
|
9f4f08db91
Split <string.h> out of <cstring>.
|
10 years ago |
Ed Schouten
|
323ade3e70
Make support for thread-unsafe C functions optional.
|
10 years ago |
Marshall Clow
|
b957bac1da
Revert changes inadvertantly committed
|
10 years ago |
Marshall Clow
|
22f6c0532d
Move uncaught_exeption() definition inside the #ifdef block like uncaught_exceptions()
|
10 years ago |
Howard Hinnant
|
e9df0a5c6c
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
12 years ago |
Howard Hinnant
|
0795931dee
Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr. This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there.
|
12 years ago |
David Chisnall
|
997e454139
Solaris port. Currently sees around 200 test failures, mostly related to
|
13 years ago |
Howard Hinnant
|
78b6828f14
More windows port work by Ruben Van Boxem
|
14 years ago |
Howard Hinnant
|
08e17472e4
Windows support by Ruben Van Boxem.
|
14 years ago |
Howard Hinnant
|
8177207f3c
Bug 7983 fixed by Bernhard Rosenkraenzer
|
15 years ago |
Howard Hinnant
|
324bb03bb9
Fixing whitespace problems
|
15 years ago |
Howard Hinnant
|
0a68a4d739
Fix conflict with cstring and using namespace std
|
15 years ago |
Howard Hinnant
|
f5256e16df
Wiped out some non-ascii characters that snuck into the copyright.
|
15 years ago |
Howard Hinnant
|
bc8d3f97eb
libcxx initial import
|
15 years ago |