summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/array
Commit message (Expand)AuthorAgeFilesLines
...
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-071-1/+28
* Add additional tests to ensure that we DTRT with short lists. This is LWG#259...Marshall Clow2016-02-231-0/+14
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-181-0/+51
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Suppress array initialization warnings in std::experimental::apply testsEric Fiselier2015-10-0116-23/+46
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-1/+7
* Commit file missing from r242629Eric Fiselier2015-07-191-0/+8
* Fix warnings in array and assoc containersEric Fiselier2015-07-1815-16/+61
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-261-0/+31
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-18/+53
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-091-0/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2022-0/+945
OpenPOWER on IntegriCloud