<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/test/utilities/function.objects/bind, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2014-12-20T01:40:03+00:00</updated>
<entry>
<title>Move test into test/std subdirectory.</title>
<updated>2014-12-20T01:40:03+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-12-20T01:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5a83710e371fe68a06e6e3876c6a2c8b820a8976'/>
<id>urn:sha1:5a83710e371fe68a06e6e3876c6a2c8b820a8976</id>
<content type='text'>
llvm-svn: 224658
</content>
</entry>
<entry>
<title>The bind and function functor constructors and assignment operators were overly general and getting confused with the copy constructor and copy assignment operators.  Constrained them.  This fixes http://llvm.org/bugs/show_bug.cgi?id=16385</title>
<updated>2013-07-01T00:01:51+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-07-01T00:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9dbbf8dece177a54760b7ce6f4b3efc3e4380483'/>
<id>urn:sha1:9dbbf8dece177a54760b7ce6f4b3efc3e4380483</id>
<content type='text'>
llvm-svn: 185297
</content>
</entry>
<entry>
<title>Fix bind by making _is_valid_bind_return more robust.  It should return false instead of give a compile time error, always.  The problem was down in ____mu_return, the version that handles nested bind objects.  This fixes http://llvm.org/bugs/show_bug.cgi?id=16343</title>
<updated>2013-06-30T19:48:15+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-06-30T19:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9bf42533b7d8db7f7b0b44ad8ba28a4d0e15ab08'/>
<id>urn:sha1:9bf42533b7d8db7f7b0b44ad8ba28a4d0e15ab08</id>
<content type='text'>
llvm-svn: 185289
</content>
</entry>
<entry>
<title>Remove cv qualifiers from member pointers in the __member_pointer_traits test.  This was causing a const-qualified bind result to malfunction.  This was a recent regression due to the new use of __member_pointer_traits in restricting the __invokable and __invoke_of tests.</title>
<updated>2013-05-15T21:49:27+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-05-15T21:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0125ab809fce11d478f7600fc2bb1772d60b82c4'/>
<id>urn:sha1:0125ab809fce11d478f7600fc2bb1772d60b82c4</id>
<content type='text'>
llvm-svn: 181935
</content>
</entry>
<entry>
<title>Simplied bind using __invoke.  In the process, found and fixed a couple of bugs.  C++11 only.</title>
<updated>2011-05-19T19:41:47+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2011-05-19T19:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2344d6c195a4bbfb10c65ccb1f924b19c69b4132'/>
<id>urn:sha1:2344d6c195a4bbfb10c65ccb1f924b19c69b4132</id>
<content type='text'>
llvm-svn: 131667
</content>
</entry>
<entry>
<title>license change</title>
<updated>2010-11-16T22:09:02+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2010-11-16T22:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=412dbebe1b8adb9d6c3365e3b076139c675d0e03'/>
<id>urn:sha1:412dbebe1b8adb9d6c3365e3b076139c675d0e03</id>
<content type='text'>
llvm-svn: 119395
</content>
</entry>
<entry>
<title>Fixing whitespace problems</title>
<updated>2010-08-22T00:59:46+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2010-08-22T00:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=94b2dd0998230c758abd92c99d3700c971f7a31a'/>
<id>urn:sha1:94b2dd0998230c758abd92c99d3700c971f7a31a</id>
<content type='text'>
llvm-svn: 111767
</content>
</entry>
<entry>
<title>Wiped out some non-ascii characters that snuck into the copyright.</title>
<updated>2010-05-11T21:36:01+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2010-05-11T21:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0'/>
<id>urn:sha1:5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0</id>
<content type='text'>
llvm-svn: 103516
</content>
</entry>
<entry>
<title>libcxx initial import</title>
<updated>2010-05-11T19:42:16+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2010-05-11T19:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3e519524c118651123eecf60c2bbc5d65ad9bac3'/>
<id>urn:sha1:3e519524c118651123eecf60c2bbc5d65ad9bac3</id>
<content type='text'>
llvm-svn: 103490
</content>
</entry>
</feed>
