summaryrefslogtreecommitdiff
path: root/libcxx/test/utilities/function.objects
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-17Add tests to ensure that reference_wrapper<T> is trivially copyable. This was...Marshall Clow
2014-11-04Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier
2014-11-04Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier
2014-11-04Add test for type properties of std::reference_wrapperEric Fiselier
2014-10-18Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...Marshall Clow
2014-08-04Fix a problem with reference_wrapper in C++03 that was causing counting predi...Marshall Clow
2014-06-30Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow
2014-04-18Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow
2014-02-10Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...Marshall Clow
2014-01-22Const qualify __mem_fn call operatorPeter Collingbourne
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-09-28Implement n3789; constexpr support in named function objectsMarshall Clow
2013-09-03LWG Issue 2148: Hashing EnumsMarshall Clow
2013-08-13More support for N3657; tests for is_transparentMarshall Clow
2013-07-29Implement N3421; comparison predicates<void>Marshall Clow
2013-07-08War on tabs.Howard Hinnant
2013-07-01The bind and function functor constructors and assignment operators were over...Howard Hinnant
2013-06-30Fix bind by making _is_valid_bind_return more robust. It should return false...Howard Hinnant
2013-05-15Remove cv qualifiers from member pointers in the __member_pointer_traits test...Howard Hinnant
2013-05-06Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant
2013-03-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2012-07-16Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant
2011-12-05Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-05-19Simplied bind using __invoke. In the process, found and fixed a couple of bu...Howard Hinnant
2010-12-10This got accidentally removedHoward Hinnant
2010-12-08cleaning up...Howard Hinnant
2010-11-23Update testsuite strucuture to latest draftHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-20Installed allocator into std::functionHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant