| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libc++] Try and prevent evaluation of `is_default_constructible` on tuples d... | Eric Fiselier | 2015-02-21 | 1 | -0/+17 |
| * | More on adding sized deallocation functions in libc++: Continuing from r22928... | Larisse Voufo | 2015-02-20 | 8 | -0/+736 |
| * | Mark more tuple tests as unsupported in C++98 && C++03 | Eric Fiselier | 2015-02-19 | 2 | -0/+4 |
| * | [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. | Eric Fiselier | 2015-02-19 | 52 | -12/+103 |
| * | [libc++] Fix PR20084 - std::is_function<void() const> failed. | Eric Fiselier | 2015-02-18 | 1 | -13/+49 |
| * | [libcxx] Add <experimental/ratio> | Eric Fiselier | 2015-02-17 | 8 | -0/+360 |
| * | Rooting out more undefined behavior in char_traits. | Marshall Clow | 2015-02-13 | 16 | -0/+24 |
| * | Move the test for zero-length into the char_traits (from string_view). Add te... | Marshall Clow | 2015-02-12 | 4 | -0/+4 |
| * | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0) | Marshall Clow | 2015-02-12 | 1 | -1/+1 |
| * | Remove undefined behavior from test; specifically, compare(NULL, XXX, 0). Tha... | Marshall Clow | 2015-02-12 | 1 | -2/+1 |
| * | Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 | Marshall Clow | 2015-02-11 | 1 | -0/+2 |
| * | Fix PR 22541: When values are equal, minmax should return the rightmost one i... | Marshall Clow | 2015-02-11 | 1 | -0/+35 |
| * | libc++ tests: wait_until.pass test sporadically fails (bug 21998) | Eric Fiselier | 2015-02-11 | 2 | -194/+258 |
| * | Add pragma system header to some experimental headers and add newlines to files. | Eric Fiselier | 2015-02-10 | 1 | -1/+1 |
| * | Fix more issues exposed by -pedantic-errors in c++03 mode | Eric Fiselier | 2015-02-10 | 27 | -26/+28 |
| * | Remove use of zero length arrays in tests. Get tests passing with -pedantic-e... | Eric Fiselier | 2015-02-10 | 8 | -228/+58 |
| * | [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return... | Eric Fiselier | 2015-02-10 | 4 | -0/+81 |
| * | [libcxx] Properly convert the count arguments to the *_n algorithms before use. | Eric Fiselier | 2015-02-10 | 5 | -11/+30 |
| * | Fix use of C++11 extensions in C++03 code. | Eric Fiselier | 2015-02-10 | 2 | -1/+3 |
| * | Get tests running with warnings. Fix warnings in headers and tests | Eric Fiselier | 2015-02-05 | 23 | -16/+57 |
| * | Test commit: remove whitespace at EOL. | Dimitry Andric | 2015-02-05 | 1 | -1/+1 |
| * | Fix alignment in tests for readability. | Eric Fiselier | 2015-02-03 | 2 | -4/+4 |
| * | [libcxx] Add <experimental/system_error> | Eric Fiselier | 2015-02-03 | 3 | -0/+96 |
| * | [libcxx] Add <experimental/chrono> | Eric Fiselier | 2015-02-02 | 2 | -0/+68 |
| * | Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ... | Marshall Clow | 2015-02-02 | 1 | -5/+24 |
| * | Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op... | Marshall Clow | 2015-02-02 | 2 | -3/+12 |
| * | Fix for PR22061 by K-ballo | Marshall Clow | 2015-01-28 | 1 | -3/+6 |
| * | We had two identical files named 'MoveOnly.h' in the test suite. Move one to ... | Marshall Clow | 2015-01-28 | 157 | -255/+155 |
| * | Removed some tabs that snuck into the test suite. No functionality change | Marshall Clow | 2015-01-28 | 5 | -29/+29 |
| * | Fix PR22366. When move-constructing an associative container and explicitly p... | Marshall Clow | 2015-01-28 | 4 | -0/+189 |
| * | [libcxx] Make __wrap_iter work with gcc. | Nico Weber | 2015-01-27 | 1 | -0/+20 |
| * | Added test for incomplete type support in vector/list/forward_list. Reference... | Marshall Clow | 2015-01-26 | 3 | -0/+6 |
| * | Fix PR21428. Buffer was one byte too small in octal formatting case. Add test | Marshall Clow | 2015-01-26 | 1 | -0/+84 |
| * | Fix PR#22284. Add a new overload to deque::insert to handle forward iterators... | Marshall Clow | 2015-01-22 | 1 | -1/+40 |
| * | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 12 | -35/+8 |
| * | Rename system_lib -> system_cxx_lib. NFC | Jonathan Roelofs | 2015-01-14 | 28 | -57/+57 |
| * | Make regex::assign not clobber the regex in case of failure. Fixes PR#22213 | Marshall Clow | 2015-01-13 | 1 | -0/+9 |
| * | Fix vexing parse in test. | Eric Fiselier | 2015-01-12 | 1 | -1/+1 |
| * | One more #include request in the test suite from Walter Brown | Marshall Clow | 2015-01-11 | 1 | -0/+1 |
| * | Walter Brown sent a list of tests which needed 'additional includes' to match... | Marshall Clow | 2015-01-09 | 69 | -0/+70 |
| * | In early C++11 standard drafts, std::function derived from std::unary_functio... | Marshall Clow | 2015-01-08 | 1 | -29/+88 |
| * | Add checks to make sure the hash functor has the right typedefs | Marshall Clow | 2015-01-08 | 1 | -0/+4 |
| * | Missed a typename | Marshall Clow | 2015-01-07 | 1 | -2/+2 |
| * | libc++ implements its' hash objects as deriving from std::unary_function, and... | Marshall Clow | 2015-01-07 | 11 | -24/+35 |
| * | In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega... | Marshall Clow | 2015-01-07 | 4 | -4/+8 |
| * | Add tests to check the typedefs from the result of std::owner_less | Marshall Clow | 2015-01-07 | 1 | -0/+8 |
| * | Missed one comparison test in r225375 | Marshall Clow | 2015-01-07 | 1 | -1/+3 |
| * | In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/... | Marshall Clow | 2015-01-07 | 16 | -16/+48 |
| * | Move a test to the new tests directory. | Dan Albert | 2015-01-06 | 1 | -0/+43 |
| * | Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet... | Marshall Clow | 2015-01-06 | 1 | -0/+49 |