You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test
Howard Hinnant b97de44471 Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@141506 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
algorithms Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
atomics After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 15 years ago
containers Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things. 14 years ago
depr Fix wchar tests by not assuming that tm is complete and by using the 15 years ago
diagnostics Don't check STREAMS error numbers on systems that don't implement the obsolete (as described in POSIX2008) XSI STREAMS extension. 14 years ago
input.output Windows porting work by Ruben Van Boxem 14 years ago
iterators license change 15 years ago
language.support Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 years ago
localization Windows porting work by Ruben Van Boxem 14 years ago
numerics Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. 14 years ago
re Fix <rdar://problem/10255403> match_results::begin() is off by one 14 years ago
strings Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure 14 years ago
thread This commit was accidental. Reverting. 15 years ago
utilities Adjust two tests to account for a nasty change in copying behavior 15 years ago
CMakeLists.txt Add CMake build and fix major Linux blockers. 15 years ago
hexfloat.h Correction to hexfloat hack. 15 years ago
lit.cfg Teach the Lit configuration to actually use the cxx0x setting when 15 years ago
lit.site.cfg.in Add CMake build and fix major Linux blockers. 15 years ago
nothing_to_do.pass.cpp license change 15 years ago
platform_support.h Windows porting work by Ruben Van Boxem 14 years ago
testit Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem 14 years ago