<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git, 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>tdf#126163: fix regression from 339b60ab77ce3f2037c9410eb14251c8132df08a</title>
<updated>2019-11-28T19:56:42+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2019-11-28T19:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=ce97a647a901b4ebb34dc6806ab0c4d2885e92e1'/>
<id>ce97a647a901b4ebb34dc6806ab0c4d2885e92e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with gcc9.1</title>
<updated>2019-04-30T11:39:18+00:00</updated>
<author>
<name>Martin Liška</name>
<email>mliska@suse.cz</email>
</author>
<published>2019-04-30T08:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=78e64f0edb4f3271a6ddbcdf9cba05138597bfca'/>
<id>78e64f0edb4f3271a6ddbcdf9cba05138597bfca</id>
<content type='text'>
Change-Id: I8a0d7a0b51b5c537dbcfa8fdd34e816605b1f32e
Reviewed-on: https://gerrit.libreoffice.org/71573
Reviewed-by: Tomáš Chvátal &lt;tchvatal@suse.cz&gt;
Tested-by: Tomáš Chvátal &lt;tchvatal@suse.cz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8a0d7a0b51b5c537dbcfa8fdd34e816605b1f32e
Reviewed-on: https://gerrit.libreoffice.org/71573
Reviewed-by: Tomáš Chvátal &lt;tchvatal@suse.cz&gt;
Tested-by: Tomáš Chvátal &lt;tchvatal@suse.cz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation updates</title>
<updated>2019-03-04T23:42:33+00:00</updated>
<author>
<name>Andrés Maldonado</name>
<email>amaldonado@linagora.com</email>
</author>
<published>2019-02-13T15:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=339b60ab77ce3f2037c9410eb14251c8132df08a'/>
<id>339b60ab77ce3f2037c9410eb14251c8132df08a</id>
<content type='text'>
doc/other_documentation.dox:
* add instructions to build documentation
* replace a dead link with it's archived version on WaybackMachine

doc/Money.dox:
* replace `configure.in` with `configure.ac`
* update MoneyApp.cpp with the version at `examples/money/MoneyApp.cpp`
* remove all occurrences of `#include "stdafx.h"`  (stdafx.h does not exist in this example)
* replace all occurrences of CppUnit:: with CPPUNIT_NS::
* Undo a fix in commit 652d51e653568fbf652a248c7b9e01e72e6ec50f
  * This commit fixed the following error:
	```
	  Money( double amount, std::string currency )
	    : m_amount( amount )
	    , m_currency( m_currency )
	```
    But this error was introduced on purpose, so that the user can see that an assertion failed
* fix  some spelling errors
* other minor edits

examples/money/MoneyTest.h:
* Updated to match doc/Money.dox

Change-Id: I4e90b1a3afadab94f7112c36fcb0d1c467169269
Reviewed-on: https://gerrit.libreoffice.org/67787
Reviewed-by: Thorsten Behrens &lt;Thorsten.Behrens@CIB.de&gt;
Tested-by: Thorsten Behrens &lt;Thorsten.Behrens@CIB.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc/other_documentation.dox:
* add instructions to build documentation
* replace a dead link with it's archived version on WaybackMachine

doc/Money.dox:
* replace `configure.in` with `configure.ac`
* update MoneyApp.cpp with the version at `examples/money/MoneyApp.cpp`
* remove all occurrences of `#include "stdafx.h"`  (stdafx.h does not exist in this example)
* replace all occurrences of CppUnit:: with CPPUNIT_NS::
* Undo a fix in commit 652d51e653568fbf652a248c7b9e01e72e6ec50f
  * This commit fixed the following error:
	```
	  Money( double amount, std::string currency )
	    : m_amount( amount )
	    , m_currency( m_currency )
	```
    But this error was introduced on purpose, so that the user can see that an assertion failed
* fix  some spelling errors
* other minor edits

examples/money/MoneyTest.h:
* Updated to match doc/Money.dox

Change-Id: I4e90b1a3afadab94f7112c36fcb0d1c467169269
Reviewed-on: https://gerrit.libreoffice.org/67787
Reviewed-by: Thorsten Behrens &lt;Thorsten.Behrens@CIB.de&gt;
Tested-by: Thorsten Behrens &lt;Thorsten.Behrens@CIB.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>use []  in AC macros</title>
<updated>2019-02-16T11:40:55+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2019-02-16T11:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=c37be301e883e6fda168e30093acfd0afcf63666'/>
<id>c37be301e883e6fda168e30093acfd0afcf63666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize AM_INIT_AUTOMAKE syntax</title>
<updated>2019-02-16T11:37:31+00:00</updated>
<author>
<name>Andrés Maldonado</name>
<email>amaldonado@linagora.com</email>
</author>
<published>2019-02-14T09:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=9da32ab7dfbc17ecc9de6d19f64ae2bca9978871'/>
<id>9da32ab7dfbc17ecc9de6d19f64ae2bca9978871</id>
<content type='text'>
For more info, see: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation

Change-Id: If27065b6d9c9245717ca24e0c0e1fa4c29bc3e5c
Reviewed-on: https://gerrit.libreoffice.org/67808
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>
For more info, see: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation

Change-Id: If27065b6d9c9245717ca24e0c0e1fa4c29bc3e5c
Reviewed-on: https://gerrit.libreoffice.org/67808
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>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>
</feed>
