<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libcxx/test/strings/basic.string, 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>Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report</title>
<updated>2014-07-17T15:32:20+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-07-17T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3dd88468404bf9117ade3dfc738cb728a6f958d3'/>
<id>3dd88468404bf9117ade3dfc738cb728a6f958d3</id>
<content type='text'>
llvm-svn: 213269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 213269
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement LWG #2268: Setting a default argument in the declaration of a member function assign of std::basic_string.</title>
<updated>2014-03-04T19:17:19+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-03-04T19:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=53b88dad6f5e54ad443ef428b1e1dfcea8f7f3d9'/>
<id>53b88dad6f5e54ad443ef428b1e1dfcea8f7f3d9</id>
<content type='text'>
llvm-svn: 202876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 202876
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch.</title>
<updated>2014-01-16T16:58:45+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-01-16T16:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=354d39cabcfc37ae29dc40009ed73f68a94013b6'/>
<id>354d39cabcfc37ae29dc40009ed73f68a94013b6</id>
<content type='text'>
llvm-svn: 199400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 199400
</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>Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.</title>
<updated>2013-08-23T20:10:18+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-08-23T20:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=145afa17caedb3ff6d58dfd75dd72047810190d1'/>
<id>145afa17caedb3ff6d58dfd75dd72047810190d1</id>
<content type='text'>
llvm-svn: 189140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 189140
</pre>
</div>
</content>
</entry>
</feed>
