<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/doc, 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>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>Fix money example on propely linking with library with PKG_CHECK.</title>
<updated>2017-09-15T15:44:37+00:00</updated>
<author>
<name>Dimitrij Mijoski</name>
<email>dmjpp@hotmail.com</email>
</author>
<published>2017-09-12T12:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=1eaec743d1f1fbb5efeddd19aff07114cf4c7fc9'/>
<id>1eaec743d1f1fbb5efeddd19aff07114cf4c7fc9</id>
<content type='text'>
Change-Id: If42a50386402b7a601268cf8db80236c147009c1
Reviewed-on: https://gerrit.libreoffice.org/42206
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>
Change-Id: If42a50386402b7a601268cf8db80236c147009c1
Reviewed-on: https://gerrit.libreoffice.org/42206
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>remove more msvc specific code and bc5 stuff</title>
<updated>2017-04-13T02:01:32+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2017-04-13T02:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=6456f18a9aa00cbf9d90075786122075dc8f3141'/>
<id>6456f18a9aa00cbf9d90075786122075dc8f3141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo/grammar: "the the" --&gt; the</title>
<updated>2017-03-14T06:30:49+00:00</updated>
<author>
<name>dennisroczek</name>
<email>dennisroczek@libreoffice.org</email>
</author>
<published>2017-03-13T23:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=1f68ba5f7ad9bf04cf6a9e449e5b7cbb4dc27a8c'/>
<id>1f68ba5f7ad9bf04cf6a9e449e5b7cbb4dc27a8c</id>
<content type='text'>
Change-Id: I03c1e1118c0574863f9460d1d7fc543b44d59efe
Reviewed-on: https://gerrit.libreoffice.org/35152
Reviewed-by: Noel Grandin &lt;noel.grandin@collabora.co.uk&gt;
Tested-by: Noel Grandin &lt;noel.grandin@collabora.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I03c1e1118c0574863f9460d1d7fc543b44d59efe
Reviewed-on: https://gerrit.libreoffice.org/35152
Reviewed-by: Noel Grandin &lt;noel.grandin@collabora.co.uk&gt;
Tested-by: Noel Grandin &lt;noel.grandin@collabora.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>we always require RTTI now</title>
<updated>2016-10-15T15:28:02+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2016-10-15T15:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=42bd37a4b8d8feab2d30761648b51eaf20623abb'/>
<id>42bd37a4b8d8feab2d30761648b51eaf20623abb</id>
<content type='text'>
RTTI is supported by any decent compiler and with the mandatory c++11 support
we are no longer supporting older compilers anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RTTI is supported by any decent compiler and with the mandatory c++11 support
we are no longer supporting older compilers anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bin deprecated attributes</title>
<updated>2012-08-15T17:03:08+00:00</updated>
<author>
<name>Julien Nabet</name>
<email>serval2412@yahoo.fr</email>
</author>
<published>2012-08-15T17:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=e3f007eb2da59ec74ac9e9c05a4cf3eb2c9bb4f4'/>
<id>e3f007eb2da59ec74ac9e9c05a4cf3eb2c9bb4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/buildsystem_rewrite</title>
<updated>2012-08-06T14:17:16+00:00</updated>
<author>
<name>Tomas Chvatal</name>
<email>tchvatal@suse.cz</email>
</author>
<published>2012-08-06T14:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=e349cf4c312afbeeb388327848a4f3c0378be534'/>
<id>e349cf4c312afbeeb388327848a4f3c0378be534</id>
<content type='text'>
Conflicts:
	.gitignore
	autogen.sh
	configure.in
	doc/Makefile.am
	examples/cppunittest/TestAssertTest.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	.gitignore
	autogen.sh
	configure.in
	doc/Makefile.am
	examples/cppunittest/TestAssertTest.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-doxygen build</title>
<updated>2012-06-28T08:38:35+00:00</updated>
<author>
<name>Fridrich Štrba</name>
<email>fridrich.strba@bluewin.ch</email>
</author>
<published>2012-06-28T08:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=143021676d44477ab32e1f36a9e086c3b007527b'/>
<id>143021676d44477ab32e1f36a9e086c3b007527b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
