summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2014-990/+0
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-047-7/+7
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-047-0/+14
* 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-035-5/+5
* War on tabs.Howard Hinnant2013-07-081-3/+3
* Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant2013-05-061-0/+10
* 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-1612-24/+24
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-043-6/+6
* Fixing whitespace problemsHoward Hinnant2010-08-228-8/+578
* Installed allocator into std::functionHoward Hinnant2010-08-205-5/+210
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1112-12/+12
* libcxx initial importHoward Hinnant2010-05-1112-0/+117
OpenPOWER on IntegriCloud