aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/utilities
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow57-397/+509
2013-11-13This fixes a very subtle ABI problem concerning the copy constructor ofHoward Hinnant1-0/+2
2013-10-21Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...Richard Smith2-2/+2
2013-10-07Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2-3/+17
2013-10-07Apparently, I don't know the difference between 'left' and 'right'. Swap para...Marshall Clow4-8/+8
2013-10-05Add tests making sure that optional<T>s can be compared at compile time; this...Marshall Clow4-41/+43
2013-10-05LWG Issue 2247: Implement type trait 'is_null_pointer'Marshall Clow14-0/+91
2013-10-05Mark namespaces for user defined literals as 'inline'Marshall Clow4-0/+142
2013-10-05Implement LWG issue 2275 'forward_as_tuple should be constexpr'Marshall Clow1-0/+12
2013-09-28Implement n3789; constexpr support in named function objectsMarshall Clow19-0/+114
2013-09-03LWG Issue 2148: Hashing EnumsMarshall Clow2-0/+87
2013-09-03Eradicate tabsMarshall Clow2-6/+6
2013-09-02Implement N3672, optional<T>.Howard Hinnant61-0/+3788
2013-08-31Forgot to svn add the test for r189722.Howard Hinnant1-0/+37
2013-08-31SFINAE out duration converting constructor if the constructor would otherwise...Howard Hinnant1-0/+4
2013-08-30is_destructible for function types was mistakenly returning true instead of f...Howard Hinnant1-0/+3
2013-08-27LWG Issue 2162: mark allocator_traits::maxsize as noexceptMarshall Clow1-1/+7
2013-08-13More support for N3657; tests for is_transparentMarshall Clow4-0/+183
2013-08-09Add a check for arrays of unknown bounds to is_destructible. This fixes http...Howard Hinnant1-0/+2
2013-08-07War on tabsHoward Hinnant8-22/+22
2013-08-07Rename time.duration.literals step 3Howard Hinnant1-0/+59
2013-08-07Rename time.duration.literals step 2Howard Hinnant1-59/+0
2013-08-07Rename time.duration.literals step 1Howard Hinnant2-59/+59
2013-08-01Constrain fill_n -> memset operations to include implicit convertibility to u...Howard Hinnant1-1/+1
2013-07-31Implement n3469 - constexpr for chronoMarshall Clow9-0/+144
2013-07-29Implement N3421; comparison predicates<void>Marshall Clow19-0/+250
2013-07-24literal suffixes for std::chronoMarshall Clow1-0/+59
2013-07-22Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...Marshall Clow12-1/+204
2013-07-17Make std::get constexprMarshall Clow2-4/+20
2013-07-16Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...Marshall Clow7-1/+95
2013-07-15Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14Marshall Clow2-0/+13
2013-07-15A few fixes to tests for Windows port.Howard Hinnant1-2/+3
2013-07-13Implement n3584 - Addressing Tuples by TypeMarshall Clow9-0/+268
2013-07-11Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.Howard Hinnant2-4/+4
2013-07-10Improved tests (and fixed a bug in the tests); thanks to Richard Smith for th...Marshall Clow1-2/+13
2013-07-08War on tabs.Howard Hinnant4-35/+35
2013-07-08Implement n3668 - std::exchangeMarshall Clow1-0/+47
2013-07-08Implement n3545 for c++14Marshall Clow1-0/+5
2013-07-04Patch for N3655 (Transformation type traits) with Howard's additionsMarshall Clow48-591/+963
2013-07-01Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.Marshall Clow6-0/+146
2013-07-01Implement n3658 - Compile-time integer sequencesMarshall Clow6-0/+248
2013-07-01The bind and function functor constructors and assignment operators were over...Howard Hinnant1-0/+35
2013-06-30Fix bind by making _is_valid_bind_return more robust. It should return false...Howard Hinnant1-0/+51
2013-05-15Remove cv qualifiers from member pointers in the __member_pointer_traits test...Howard Hinnant1-0/+18
2013-05-07Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...Howard Hinnant1-0/+7
2013-05-06Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant1-0/+10
2013-04-24default_delete needs a static_assert against void types. I had previously th...Howard Hinnant1-0/+24
2013-04-22Somehow aligned_union got dropped through the cracks. This adds it. Did a d...Howard Hinnant3-8/+73
2013-04-16addressof misbehaving for type with an implicit conversion operator to char&....Howard Hinnant1-0/+18
2013-04-14Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant1-0/+9