summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the name 'bzero' for an enumerator in global scope. <strings.h> m...Richard Smith2013-10-212-2/+2
* r192075 broke the buildbot atHoward Hinnant2013-10-141-1/+1
* LWG Issue 2097: packaged_task constructors should be constrainedMarshall Clow2013-10-123-0/+85
* Implement national body comment GB9: remove std::getsMarshall Clow2013-10-122-0/+25
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-072-3/+17
* Apparently, I don't know the difference between 'left' and 'right'. Swap para...Marshall Clow2013-10-074-8/+8
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-062-8/+22
* G M: 1. It changes the temp file handling to use the template and the current...Howard Hinnant2013-10-061-7/+6
* Add tests making sure that optional<T>s can be compared at compile time; this...Marshall Clow2013-10-054-41/+43
* LWG Issue 2247: Implement type trait 'is_null_pointer'Marshall Clow2013-10-0514-0/+91
* Implement literal suffixes for compledMarshall Clow2013-10-054-0/+157
* Mark namespaces for user defined literals as 'inline'Marshall Clow2013-10-056-2/+164
* Implement LWG issue 2275 'forward_as_tuple should be constexpr'Marshall Clow2013-10-051-0/+12
* Make it possible to run the test suite when built as part of LLVM.Peter Collingbourne2013-10-031-3/+8
* Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got miss...Marshall Clow2013-09-306-0/+369
* SCARY/N2913 iterator support between the multi and non-multi versions of the ...Howard Hinnant2013-09-304-0/+96
* Implement n3789; constexpr support in named function objectsMarshall Clow2013-09-2819-0/+114
* Peter Collingbourne: If a pointer is passed as the third argument of the (ite...Howard Hinnant2013-09-211-2/+14
* N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant2013-09-2136-1/+1780
* Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant2013-09-141-3/+3
* LWG Issue 2210 (Part #7): vector and vector<bool>Marshall Clow2013-09-142-2/+54
* Initial implementation of <dynarray>. No allocator support pending resolution...Marshall Clow2013-09-1312-0/+768
* Test for 'bad_array_length'; got left out of initial commitMarshall Clow2013-09-121-0/+29
* LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow2013-09-126-0/+451
* A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant2013-09-121-1/+1
* LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow2013-09-114-0/+120
* LWG Issue #2210 Part 4 - map/multimapMarshall Clow2013-09-114-0/+106
* Remove a tab that snuck inMarshall Clow2013-09-081-1/+1
* Fix minor type-o in tests.Howard Hinnant2013-09-082-2/+2
* LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow2013-09-082-0/+46
* LWG Issue 2210 (Part #1): dequeMarshall Clow2013-09-071-2/+56
* N3545: Quoted stringsMarshall Clow2013-09-053-0/+270
* LWG Issue 2148: Hashing EnumsMarshall Clow2013-09-032-0/+87
* Eradicate tabsMarshall Clow2013-09-032-6/+6
* Implement N3672, optional<T>.Howard Hinnant2013-09-0261-0/+3788
* Forgot to svn add the test for r189722.Howard Hinnant2013-08-311-0/+37
* SFINAE out duration converting constructor if the constructor would otherwise...Howard Hinnant2013-08-311-0/+4
* [tests] Change with_system_lib feature to match what XFAIL lines expect.Daniel Dunbar2013-08-301-6/+10
* is_destructible for function types was mistakenly returning true instead of f...Howard Hinnant2013-08-301-0/+3
* LWG Issue 2128: Implement global cbegin/rbegin/cend/rbeginMarshall Clow2013-08-301-0/+125
* LWG Issue 2162: mark allocator_traits::maxsize as noexceptMarshall Clow2013-08-271-1/+7
* LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow2013-08-273-0/+12
* Implement LWG issue 2061Marshall Clow2013-08-271-0/+7
* Apply constexpr to initializer_list for c++1y.Howard Hinnant2013-08-263-0/+43
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-23154-211/+211
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-2332-5/+1094
* XFAIL a few tests on darwin12Howard Hinnant2013-08-224-0/+4
* Zhihao Yuan noted that a move assignment operation was missing from std::adja...Howard Hinnant2013-08-222-0/+87
* David Blaikie suggested this test for detecting constexpr on the error_catego...Howard Hinnant2013-08-221-0/+40
* XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are co...Howard Hinnant2013-08-223-0/+9
OpenPOWER on IntegriCloud