<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/include/cppunit/portability, branch master</title>
<subtitle>anongit.freedesktop.org: git/libreoffice/cppunit.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/'/>
<entry>
<title>Replace NULL with nullptr</title>
<updated>2021-09-30T17:55:43+00:00</updated>
<author>
<name>Florian Becker</name>
<email>fb@vxapps.com</email>
</author>
<published>2021-09-19T20:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3836794be3e10b8a65f666f07fa721c7ea205a17'/>
<id>3836794be3e10b8a65f666f07fa721c7ea205a17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++11 provides std::isfinite and std::isnan</title>
<updated>2018-05-23T00:06:52+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2018-05-23T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=fd7111241a90b00eed45c7fb847101c732b9df83'/>
<id>fd7111241a90b00eed45c7fb847101c732b9df83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>error: blank line following trailing backslash</title>
<updated>2016-12-16T09:22:02+00:00</updated>
<author>
<name>David Tardon</name>
<email>dtardon@redhat.com</email>
</author>
<published>2016-12-16T09:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=967fc7e4bd88914b7555177864a5949b9717f233'/>
<id>967fc7e4bd88914b7555177864a5949b9717f233</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we no longer need a wrapper for the smart pointer case</title>
<updated>2016-12-15T11:01:36+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2016-12-15T11:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=ff6ce1d7c00be2279f905b2f08cbbd67fa239ae7'/>
<id>ff6ce1d7c00be2279f905b2f08cbbd67fa239ae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove support for old broken C++ compilers</title>
<updated>2016-12-11T08:09:46+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2016-12-11T07:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=2b9f4b072bfb4129ee8eaaa86b3f068bdd2d581d'/>
<id>2b9f4b072bfb4129ee8eaaa86b3f068bdd2d581d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>always use std::unique_ptr</title>
<updated>2016-10-15T15:45:56+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2016-10-15T15:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=442300567b57ff6a02b180e36407b93e2177a3fc'/>
<id>442300567b57ff6a02b180e36407b93e2177a3fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix --disable-optional-features build</title>
<updated>2015-11-08T15:26:23+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2015-11-08T15:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=292026e36ce5b9ebdad86e99304be2ded8c199d8'/>
<id>292026e36ce5b9ebdad86e99304be2ded8c199d8</id>
<content type='text'>
Use std::auto_ptr in C++03 mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use std::auto_ptr in C++03 mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a flag for adding optional features</title>
<updated>2015-11-07T14:06:09+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2015-11-07T13:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=5cb290d77a3539a492eac43202f27ecd150c99a0'/>
<id>5cb290d77a3539a492eac43202f27ecd150c99a0</id>
<content type='text'>
These features will switch the used C++ version from C++03 to C++11. We
are also going to use std::unique_ptr instead of std::auto_ptr for the
c++11 mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These features will switch the used C++ version from C++03 to C++11. We
are also going to use std::unique_ptr instead of std::auto_ptr for the
c++11 mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automake cleanup, install and generate changelog</title>
<updated>2012-04-25T09:01:41+00:00</updated>
<author>
<name>Tomas Chvatal</name>
<email>tchvatal@suse.cz</email>
</author>
<published>2012-03-13T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=d6ec7807b977bbb5b24e7c46ed486fb65abfe48d'/>
<id>d6ec7807b977bbb5b24e7c46ed486fb65abfe48d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Solaris "finite" in ieeefp.h instead of math.h</title>
<updated>2012-02-01T11:04:04+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sb@openoffice.org</email>
</author>
<published>2009-12-11T13:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=a76125c7dd07f79c82f3fed9be5c0a5627089e00'/>
<id>a76125c7dd07f79c82f3fed9be5c0a5627089e00</id>
<content type='text'>
See &lt;https://sourceforge.net/tracker/?func=detail&amp;aid=2912590&amp;group_id=11795&amp;atid=311795&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See &lt;https://sourceforge.net/tracker/?func=detail&amp;aid=2912590&amp;group_id=11795&amp;atid=311795&gt;.
</pre>
</div>
</content>
</entry>
</feed>
