hanchenye-llvm-project/libcxx/include
Howard Hinnant 14dcd3d1ff [re.tokiter]
llvm-svn: 111278
2010-08-17 20:42:03 +00:00
..
ext
__bit_reference
__config Filling out regex tests... 2010-08-12 21:14:20 +00:00
__functional_03 now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
__functional_base
__functional_base_03
__hash_table
__locale now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
__mutex_base
__split_buffer First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. 2010-07-07 19:14:52 +00:00
__sso_allocator
__std_stream
__tree now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
__tuple
__tuple_03
algorithm weekly test results plus a bug fix clang found 2010-05-27 20:06:01 +00:00
array
bitset
cassert
ccomplex
cctype
cerrno
cfenv
cfloat
chrono [rand.dist.norm.f] 2010-05-18 17:32:30 +00:00
cinttypes
ciso646
climits
clocale
cmath patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
codecvt [locale.stdcvt] 2010-05-30 21:39:41 +00:00
complex
complex.h Make complex.h play nice with C 2010-07-29 18:43:15 +00:00
condition_variable
csetjmp
csignal
cstdarg
cstdbool
cstddef patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
cstdint
cstdio
cstdlib
cstring Fix conflict with cstring and using namespace std 2010-08-10 21:57:23 +00:00
ctgmath
ctime
cwchar
cwctype
deque
exception now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
forward_list
fstream Tests for basic posix regex templated on wchar_t 2010-07-15 18:18:07 +00:00
functional now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
future
initializer_list [support.initlist.range] 2010-05-28 17:53:59 +00:00
iomanip
ios
iosfwd patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. 2010-05-24 17:49:41 +00:00
iostream
istream
iterator patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
limits
list
locale now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
map now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
memory now works with -fno-exceptions and -fno-rtti 2010-08-11 17:04:31 +00:00
mutex
new add headers and implementation for <new>, <exception>, and <typeinfo> 2010-05-14 20:19:37 +00:00
numeric [numeric.iota] 2010-05-26 18:53:44 +00:00
ostream
queue
random Implemented some adaptor constructors which I had missed. 2010-05-28 15:49:54 +00:00
ratio [rand.dist.norm.f] 2010-05-18 17:32:30 +00:00
regex [re.tokiter] 2010-08-17 20:42:03 +00:00
set
sstream
stack
stdexcept
streambuf
string patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
strstream
system_error #ifdef around Solaris/Linux/Darwin-specific error codes and replace them with their BSD equivalents if they are not available. 2010-08-11 16:52:41 +00:00
tgmath.h
thread patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
tuple
type_traits Modified the definition of std::foward to address National Body Comment US 90 2010-08-11 14:05:55 +00:00
typeindex
typeinfo add headers and implementation for <new>, <exception>, and <typeinfo> 2010-05-14 20:19:37 +00:00
unordered_map
unordered_set
utility patch by Jesse Towner, and bug fix by Sebastian Redl 2010-08-10 20:48:29 +00:00
valarray
vector patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. 2010-05-24 17:49:41 +00:00