summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-2098/+0
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-049-9/+9
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-049-0/+18
* Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow2014-06-302-0/+36
* Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow2014-04-181-0/+9
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow2013-12-037-123/+6
* War on tabs.Howard Hinnant2013-07-081-3/+3
* Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant2013-05-061-0/+10
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-231-1/+6
* Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant2012-07-161-0/+29
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-012-2/+2
* license changeHoward Hinnant2010-11-1624-48/+48
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-044-8/+8
* Fixing whitespace problemsHoward Hinnant2010-08-2220-22/+1625
* Installed allocator into std::functionHoward Hinnant2010-08-207-6/+361
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1124-24/+24
* libcxx initial importHoward Hinnant2010-05-1124-0/+150
OpenPOWER on IntegriCloud