summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Change <cwchar> and <cstring> to look out for flags which may or may not be s...Howard Hinnant2013-04-082-8/+17
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-053-4/+45
* More list debug mode tests.Howard Hinnant2013-04-056-0/+228
* More work on debug mode for list.Howard Hinnant2013-04-057-0/+87
* Somehow search_n never got tested, so of course it had a bug in it. This fix...Howard Hinnant2013-04-043-1/+222
* Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=1...Howard Hinnant2013-04-031-2/+2
* The move / swap members were not correctly taking all of the possible states ...Howard Hinnant2013-04-032-40/+161
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-022-26/+115
* The cmake script is failing to copy cxxabi.h to the right place because it wa...Howard Hinnant2013-04-021-1/+1
* Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...Howard Hinnant2013-04-022-9/+11
* Some debug test cases for list.Howard Hinnant2013-04-028-0/+324
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-0/+2
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-5/+14
* Test case was forming the wrong limits when size_t != unsigned long.Howard Hinnant2013-03-291-1/+2
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-296-16/+46
* The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are ...Howard Hinnant2013-03-291-0/+2
* I believe debug mode for vector<T> (T != bool) is complete. If anyone sees a...Howard Hinnant2013-03-281-1/+1
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-285-2/+23
* Second try at r178075. The llvm breakage has been fixed by r178240.Howard Hinnant2013-03-281-16/+64
* Add missing #ifndef _LIBCPP_NO_EXCEPTIONS around throw in include/thread.Howard Hinnant2013-03-281-0/+2
* Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVMDaniel Dunbar2013-03-272-71/+16
* Tighten up the iterator requirements for the vector member templates. This i...Howard Hinnant2013-03-262-16/+71
* Another vector debug mode test, and a static test on Allocator::value_type. ...Howard Hinnant2013-03-262-0/+11
* More vector debug tests.Howard Hinnant2013-03-266-0/+103
* Fixed race conditions in thread tests; exposed by UBSanMarshall Clow2013-03-2613-15/+19
* Simply debug mode tests per Dmitri Gribenko's suggestion.Howard Hinnant2013-03-2621-148/+21
* Need one more swap overload for swapping two lvalue vector<bool>::reference's.Howard Hinnant2013-03-262-0/+20
* Added debug tests for indexing, pop_back and both forms of erase. Added an i...Howard Hinnant2013-03-2510-0/+407
* Remove some erroneous code I was using to debug debug mode.Howard Hinnant2013-03-2512-24/+0
* Debug mode tests for vector::front and back.Howard Hinnant2013-03-254-0/+192
* More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_D...Howard Hinnant2013-03-258-7/+346
* Debug mode: learning to crawl. I need to set up some tests that actually tes...Howard Hinnant2013-03-252-1/+56
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant2013-03-231-25/+65
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-237-7/+42
* Test cleanup with respect to use of deprecated tmpnam function. Also Windows...Howard Hinnant2013-03-2225-184/+205
* Fix buffer read overflow in money_get::do_get(). Found by UBSanMarshall Clow2013-03-221-1/+1
* Fix undefined behavior in syntax_option_type::operator~ and match_flag_type::...Marshall Clow2013-03-221-2/+2
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant2013-03-191-0/+2
* This is an optimization which produces improved launching time. There should...Howard Hinnant2013-03-192-20/+22
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-184-13/+13
* Removed raw references to _MSC_VER; now just check to see if it is defined.Marshall Clow2013-03-181-6/+6
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-1810-16/+16
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-188-19/+19
* This should be nothing but a load-time optimization. I'm trying to reduce lo...Howard Hinnant2013-03-161-1/+9
* Updated link to Marshall's instructionsMarshall Clow2013-03-141-1/+1
* Some forward-looking and optimistic documentation.Howard Hinnant2013-03-142-0/+157
* This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read...Howard Hinnant2013-03-111-1/+1
* Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant2013-03-082-7/+25
OpenPOWER on IntegriCloud