<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/include/cppunit, branch cppunit-1.15.0</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>Added some brackets to make it more clear for the compile which things belongs to the if body</title>
<updated>2019-02-14T14:40:58+00:00</updated>
<author>
<name>Tobias Groll</name>
<email>groll@cs.uni-kl.de</email>
</author>
<published>2019-01-10T16:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=51efd6f2184405dea29265ea0dd25c71b348404a'/>
<id>51efd6f2184405dea29265ea0dd25c71b348404a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>custom tostring formatter to CPPUNIT_ASSERT_MESSAGE</title>
<updated>2019-02-14T14:33:13+00:00</updated>
<author>
<name>Noel Grandin</name>
<email>noel.grandin@collabora.co.uk</email>
</author>
<published>2017-05-26T10:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=1caa3a0c66f009fe1a386d7559dc25054dad42a3'/>
<id>1caa3a0c66f009fe1a386d7559dc25054dad42a3</id>
<content type='text'>
Provide an extension trait message_to_string that allows client code
to call ASSERT_MESSAGE with their own string types.

Also provide a default extension trait that accepts std::ostream
messages.

Change-Id: I516f97063c34d86bc91c40e0ec147d5393e7b6ea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide an extension trait message_to_string that allows client code
to call ASSERT_MESSAGE with their own string types.

Also provide a default extension trait that accepts std::ostream
messages.

Change-Id: I516f97063c34d86bc91c40e0ec147d5393e7b6ea
</pre>
</div>
</content>
</entry>
<entry>
<title>Unconditionally use C++11 [[noreturn]]</title>
<updated>2019-02-13T09:28:02+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2019-02-01T12:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3788fccdd12ea1e3240d79e85d9146f6c264c6ec'/>
<id>3788fccdd12ea1e3240d79e85d9146f6c264c6ec</id>
<content type='text'>
This helps avoid issues like &lt;https://gerrit.libreoffice.org/plugins/gitiles/
core/+/9808486a89c6368f836579f8d8c0dda63fd0063c%5E%21&gt; "Avoid
-Werror,-Wimplicit-fallthrough with clang-cl ...where CPPUNIT_FAIL is marked as
noreturn only for __GNUC__".

Change-Id: Idb33af7375f103f2dd7a7b4c3dbf20ce731b17ad
Reviewed-on: https://gerrit.libreoffice.org/67247
Reviewed-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
Tested-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps avoid issues like &lt;https://gerrit.libreoffice.org/plugins/gitiles/
core/+/9808486a89c6368f836579f8d8c0dda63fd0063c%5E%21&gt; "Avoid
-Werror,-Wimplicit-fallthrough with clang-cl ...where CPPUNIT_FAIL is marked as
noreturn only for __GNUC__".

Change-Id: Idb33af7375f103f2dd7a7b4c3dbf20ce731b17ad
Reviewed-on: https://gerrit.libreoffice.org/67247
Reviewed-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
Tested-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>extensions: add CPPUNIT_TEST_FIXTURE()</title>
<updated>2018-11-02T05:03:13+00:00</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@collabora.co.uk</email>
</author>
<published>2018-10-12T19:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=48145587c4c2dc4f1e07d83073e136336c81ce79'/>
<id>48145587c4c2dc4f1e07d83073e136336c81ce79</id>
<content type='text'>
This is similar to googletest's TEST_F() macro, allows to avoid spelling
out the test name in a suite only once, not 3 times.

Change-Id: I90804d271d046d8158678617d8db75ed6ca7c420
Reviewed-on: https://gerrit.libreoffice.org/61732
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is similar to googletest's TEST_F() macro, allows to avoid spelling
out the test name in a suite only once, not 3 times.

Change-Id: I90804d271d046d8158678617d8db75ed6ca7c420
Reviewed-on: https://gerrit.libreoffice.org/61732
Reviewed-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
Tested-by: Markus Mohrhard &lt;markus.mohrhard@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid GCC 9 -Wdeprecated-copy</title>
<updated>2018-09-26T14:49:15+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2018-08-07T14:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=4f5cd3b486afb9c7be1903252b4ae3787137a454'/>
<id>4f5cd3b486afb9c7be1903252b4ae3787137a454</id>
<content type='text'>
...when an implicitly-defined copy function is used that may in a future C++
standard be defined as deleted because of the user-declared destructor.  Just
declare all the four copy/move functions as defaulted for a consistent
interface.

(Originally addressed with LibreOffice commit
&lt;https://gerrit.libreoffice.org/58042&gt; "external/cppunit: silence
-Werror=deprecated-copy (GCC trunk towards GCC 9)".)

Change-Id: Ie38ac3a613e6fbc2e4045cb5b14c3f6d167c79c5
Reviewed-on: https://gerrit.libreoffice.org/58690
Reviewed-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
Tested-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...when an implicitly-defined copy function is used that may in a future C++
standard be defined as deleted because of the user-declared destructor.  Just
declare all the four copy/move functions as defaulted for a consistent
interface.

(Originally addressed with LibreOffice commit
&lt;https://gerrit.libreoffice.org/58042&gt; "external/cppunit: silence
-Werror=deprecated-copy (GCC trunk towards GCC 9)".)

Change-Id: Ie38ac3a613e6fbc2e4045cb5b14c3f6d167c79c5
Reviewed-on: https://gerrit.libreoffice.org/58690
Reviewed-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
Tested-by: Stephan Bergmann &lt;sbergman@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>next version will be 1.15.0</title>
<updated>2018-05-23T00:13:50+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2018-05-23T00:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=0f06c57cafbf050276bae3306aed3bcbb39ddc44'/>
<id>0f06c57cafbf050276bae3306aed3bcbb39ddc44</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>tdf#116653, avoid NOMINMAX redefinition warnings with mingw</title>
<updated>2018-04-02T21:18:01+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2018-04-02T21:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=5ee5394ccec1e9fa07f2a84d73209472c8a1daab'/>
<id>5ee5394ccec1e9fa07f2a84d73209472c8a1daab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report (un)signed char values numerically</title>
<updated>2017-07-20T08:32:37+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2017-07-18T13:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=85d24152f81bfcd463356330f1cc6257f485535f'/>
<id>85d24152f81bfcd463356330f1cc6257f485535f</id>
<content type='text'>
...instead of as characters, as those values often represent numerical values
(e.g., sal_uInt8 aka unsigned char in LibreOffice), and often even have values
outside the printing ASCII range

Change-Id: I72727e98f5af616f6b0c03c57fc1119c0c11c1fc
Reviewed-on: https://gerrit.libreoffice.org/40138
Reviewed-by: David Tardon &lt;dtardon@redhat.com&gt;
Tested-by: David Tardon &lt;dtardon@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...instead of as characters, as those values often represent numerical values
(e.g., sal_uInt8 aka unsigned char in LibreOffice), and often even have values
outside the printing ASCII range

Change-Id: I72727e98f5af616f6b0c03c57fc1119c0c11c1fc
Reviewed-on: https://gerrit.libreoffice.org/40138
Reviewed-by: David Tardon &lt;dtardon@redhat.com&gt;
Tested-by: David Tardon &lt;dtardon@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove also all references to mfc</title>
<updated>2017-04-13T02:20:19+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2017-04-13T02:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=f8bd289315041e24853b74b601131f4745c3feb3'/>
<id>f8bd289315041e24853b74b601131f4745c3feb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
