Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In early C++11 standard drafts, std::function derived from std::unary_functio... | Marshall Clow | 2015-01-08 | 1 | -29/+88 |
* | 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 | 4 | -12/+19 |
* | In C++03, a bunch of the arithmetic/logical/comparison functors (such as nega... | Marshall Clow | 2015-01-07 | 4 | -4/+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 |
* | Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of... | Eric Fiselier | 2014-12-23 | 1 | -0/+49 |
* | [libcxx] Consolidate new/delete replacement in tests and disable it when usin... | Eric Fiselier | 2014-12-22 | 9 | -235/+95 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 102 | -0/+6174 |