summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* literal suffixes for std::chronoMarshall Clow2013-07-241-0/+59
* Debug mode for unordered_set. I believe this to be fairly complete forHoward Hinnant2013-07-2335-52/+732
* Implement string suffixes from N3642Marshall Clow2013-07-235-0/+129
* Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...Howard Hinnant2013-07-231-0/+98
* Fix a bug in std::fill_n where memset would end up being called in cases when...Anders Carlsson2013-07-221-0/+53
* Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...Marshall Clow2013-07-2212-1/+204
* Make std::get constexprMarshall Clow2013-07-178-4/+251
* Add pointer format test for Windows.Howard Hinnant2013-07-161-1/+7
* Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...Marshall Clow2013-07-167-1/+95
* Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14Marshall Clow2013-07-152-0/+13
* Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...Howard Hinnant2013-07-151-12/+20
* A few fixes to tests for Windows port.Howard Hinnant2013-07-153-4/+5
* Implement n3584 - Addressing Tuples by TypeMarshall Clow2013-07-139-0/+268
* Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.Howard Hinnant2013-07-112-4/+4
* Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...Howard Hinnant2013-07-111-0/+63
* Improved tests (and fixed a bug in the tests); thanks to Richard Smith for th...Marshall Clow2013-07-101-2/+13
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-091-0/+38
* War on tabs.Howard Hinnant2013-07-0817-221/+221
* Implement n3668 - std::exchangeMarshall Clow2013-07-081-0/+47
* Implement n3545 for c++14Marshall Clow2013-07-081-0/+5
* Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2013-07-082-3/+3
* Silence -Wint-to-void-pointer-cast warning in test.Howard Hinnant2013-07-061-2/+3
* Remove implicit conversion from __value_type to value_type in [unordered_][mu...Howard Hinnant2013-07-052-0/+6
* Removed extension in [unordered_][multi]map which allowed one to emplace usin...Howard Hinnant2013-07-0410-32/+150
* Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...Howard Hinnant2013-07-042-0/+68
* Fix bashism.Joerg Sonnenberger2013-07-041-1/+1
* Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow2013-07-0448-591/+963
* Constrain launch ~ operator to defined bits.Howard Hinnant2013-07-021-1/+1
* Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...Howard Hinnant2013-07-021-0/+28
* XFAIL this test on 10.7 and 10.8Howard Hinnant2013-07-011-0/+3
* Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.Marshall Clow2013-07-016-0/+146
* Implement n3658 - Compile-time integer sequencesMarshall Clow2013-07-016-0/+248
* In istream::ignore, check the delimeter as an int_type, not as a char_type, s...Howard Hinnant2013-07-011-0/+34
* The bind and function functor constructors and assignment operators were over...Howard Hinnant2013-07-011-0/+35
* Fix bind by making _is_valid_bind_return more robust. It should return false...Howard Hinnant2013-06-301-0/+51
* Add operators to make launch a bitmask type. Searched all of the standard, a...Howard Hinnant2013-06-291-0/+16
* Provide missing '{' in parsing extended quoted characters. This fixes http:/...Howard Hinnant2013-06-281-0/+72
* William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...Howard Hinnant2013-06-281-0/+28
* Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...Howard Hinnant2013-06-281-0/+37
* Implement full support for non-pointer pointers in custom allocators for stri...Howard Hinnant2013-06-28150-483/+4957
* Implement full support for non-pointer pointers in custom allocators for vector.Howard Hinnant2013-06-2795-31/+1655
* Implement full support for non-pointer pointers in custom allocators for list.Howard Hinnant2013-06-2564-4/+1857
* Implement full support for non-pointer pointers in custom allocators for forw...Howard Hinnant2013-06-2455-26/+1555
* Implement full support for non-pointer pointers in custom allocators for deque.Howard Hinnant2013-06-2346-275/+915
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-22225-13/+10211
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-19145-123/+6813
* Test case for r183481.Howard Hinnant2013-06-071-0/+20
* Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant2013-05-211-0/+8
* Remove cv qualifiers from member pointers in the __member_pointer_traits test...Howard Hinnant2013-05-151-0/+18
* XFAIL this test when using the darwin12 system library. Reviewed by HowardDavid Dean2013-05-101-0/+1
OpenPOWER on IntegriCloud