<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libcxx/test/strings/basic.string/string.capacity, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<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.belthelziquor.com/llvm-project.git/commit/?id=5a83710e371fe68a06e6e3876c6a2c8b820a8976'/>
<id>5a83710e371fe68a06e6e3876c6a2c8b820a8976</id>
<content type='text'>
llvm-svn: 224658
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 224658
</pre>
</div>
</content>
</entry>
<entry>
<title>Split string capacity test into two parts and mark one part as UNSUPPORTED when using sanitizers.</title>
<updated>2014-11-14T03:16:12+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-11-14T03:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=950a166710db5ca1ff25f8ed5fd2be3c210e1a81'/>
<id>950a166710db5ca1ff25f8ed5fd2be3c210e1a81</id>
<content type='text'>
The test is split such that:
- max_size.pass.cpp tests that string::resize() fails to allocator for max_size
  and max_size -1
- over_max_size.pass.cpp tests that string::resize() throws a length error for
  max_size + 1

The test was split into two because max_size.pass.cpp cannot pass with 
sanitizers but over_max_size.pass.cpp can.

llvm-svn: 221969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test is split such that:
- max_size.pass.cpp tests that string::resize() fails to allocator for max_size
  and max_size -1
- over_max_size.pass.cpp tests that string::resize() throws a length error for
  max_size + 1

The test was split into two because max_size.pass.cpp cannot pass with 
sanitizers but over_max_size.pass.cpp can.

llvm-svn: 221969
</pre>
</div>
</content>
</entry>
<entry>
<title>Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.</title>
<updated>2013-12-03T00:18:10+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-12-03T00:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e'/>
<id>c3deeb5f89f0fa733e4e2c4d260d6f816d6b1b5e</id>
<content type='text'>
llvm-svn: 196174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 196174
</pre>
</div>
</content>
</entry>
<entry>
<title>There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change.</title>
<updated>2013-11-26T20:58:02+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-11-26T20:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b'/>
<id>e34f6f6a12ab7e203144ff04b2d1940f52e2ec9b</id>
<content type='text'>
llvm-svn: 195785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 195785
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1</title>
<updated>2013-11-06T14:24:38+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-11-06T14:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e42732232752f9c4b099cd15f23d0c319e9e3c38'/>
<id>e42732232752f9c4b099cd15f23d0c319e9e3c38</id>
<content type='text'>
llvm-svn: 194151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 194151
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes PR17148</title>
<updated>2013-10-31T17:23:08+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2013-10-31T17:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f5fa53882fe3d463821a8c0932666fa1dcb6faa2'/>
<id>f5fa53882fe3d463821a8c0932666fa1dcb6faa2</id>
<content type='text'>
llvm-svn: 193772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 193772
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement full support for non-pointer pointers in custom allocators for string.  This completes the custom pointer support for the entire library.</title>
<updated>2013-06-28T16:59:19+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-06-28T16:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=eec721826cc35a0c08dc5bc54db9a51dbd4fa361'/>
<id>eec721826cc35a0c08dc5bc54db9a51dbd4fa361</id>
<content type='text'>
llvm-svn: 185167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 185167
</pre>
</div>
</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.belthelziquor.com/llvm-project.git/commit/?id=412dbebe1b8adb9d6c3365e3b076139c675d0e03'/>
<id>412dbebe1b8adb9d6c3365e3b076139c675d0e03</id>
<content type='text'>
llvm-svn: 119395
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 119395
</pre>
</div>
</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.belthelziquor.com/llvm-project.git/commit/?id=5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0'/>
<id>5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0</id>
<content type='text'>
llvm-svn: 103516
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 103516
</pre>
</div>
</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.belthelziquor.com/llvm-project.git/commit/?id=3e519524c118651123eecf60c2bbc5d65ad9bac3'/>
<id>3e519524c118651123eecf60c2bbc5d65ad9bac3</id>
<content type='text'>
llvm-svn: 103490
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 103490
</pre>
</div>
</content>
</entry>
</feed>
