<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/src/cppunit, branch feature/parameterized</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>add parameterized test callers</title>
<updated>2015-11-08T15:31:41+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2015-11-08T15:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=bff09f0ff2795d98b75c5579b1e50254eecf01a4'/>
<id>bff09f0ff2795d98b75c5579b1e50254eecf01a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>extend tell coverity that fail doesn't return</title>
<updated>2014-11-03T10:24:26+00:00</updated>
<author>
<name>Caolán McNamara</name>
<email>caolanm@redhat.com</email>
</author>
<published>2014-11-03T10:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=9c5b50060411ec71ac1583ae96e8f4652803b564'/>
<id>9c5b50060411ec71ac1583ae96e8f4652803b564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add new assertion macros for &lt;, &lt;=, &gt; and &gt;=</title>
<updated>2014-07-13T08:57:18+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2012-05-05T19:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=0ef304e8b8cc517c6a1d8ddccfcaab49172c0535'/>
<id>0ef304e8b8cc517c6a1d8ddccfcaab49172c0535</id>
<content type='text'>
Now we support the following new macros:

- CPPUNIT_ASSERT_LESS
- CPPUNIT_ASSERT_GREATER
- CPPUNIT_ASSERT_LESSEQUAL
- CPPUNIT_ASSERT_GREATEREQUAL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we support the following new macros:

- CPPUNIT_ASSERT_LESS
- CPPUNIT_ASSERT_GREATER
- CPPUNIT_ASSERT_LESSEQUAL
- CPPUNIT_ASSERT_GREATEREQUAL
</pre>
</div>
</content>
</entry>
<entry>
<title>tell coverity that fail doesn't return</title>
<updated>2014-07-06T14:23:49+00:00</updated>
<author>
<name>Caolán McNamara</name>
<email>caolanm@redhat.com</email>
</author>
<published>2014-07-06T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=18a1369dbdb46c393f415c5a12bb9b5206cbb1c5'/>
<id>18a1369dbdb46c393f415c5a12bb9b5206cbb1c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-Werror,-Wbind-to-temporary-copy</title>
<updated>2013-08-16T08:29:12+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2013-08-16T08:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=c4f7bf8d1346bdfc4d34af24b373e6a0aeb6cc46'/>
<id>c4f7bf8d1346bdfc4d34af24b373e6a0aeb6cc46</id>
<content type='text'>
"C++98 requires an accessible copy constructor for class
'CppUnit::TestCaseMethodFunctor' when binding a reference to a temporary; was
private." (Clang)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"C++98 requires an accessible copy constructor for class
'CppUnit::TestCaseMethodFunctor' when binding a reference to a temporary; was
private." (Clang)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug # 51154: cppunit warning cleaning</title>
<updated>2013-08-15T20:57:12+00:00</updated>
<author>
<name>Tobias Lippert</name>
<email>drtl@fastmail.fm</email>
</author>
<published>2013-08-15T20:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=773ba28bfb3ce86dd2f9704d39d60b00d5f30b77'/>
<id>773ba28bfb3ce86dd2f9704d39d60b00d5f30b77</id>
<content type='text'>
This patch allows to compile the code with gcc's -Weffc++

It consists mostly of making copy constructors and assignment operators
explicit and private, and of initializing all members in initializer lists.

Change-Id: I6f1cae812c58e3791c2386a1288501cf2f559610
Reviewed-on: https://gerrit.libreoffice.org/5424
Reviewed-by: Tor Lillqvist &lt;tml@iki.fi&gt;
Tested-by: Tor Lillqvist &lt;tml@iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows to compile the code with gcc's -Weffc++

It consists mostly of making copy constructors and assignment operators
explicit and private, and of initializing all members in initializer lists.

Change-Id: I6f1cae812c58e3791c2386a1288501cf2f559610
Reviewed-on: https://gerrit.libreoffice.org/5424
Reviewed-by: Tor Lillqvist &lt;tml@iki.fi&gt;
Tested-by: Tor Lillqvist &lt;tml@iki.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>report dlerror messages on unix</title>
<updated>2013-05-25T20:49:09+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2013-05-25T20:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=13244fdaa4ff563bdb0e853b8e081fe4ebb4001f'/>
<id>13244fdaa4ff563bdb0e853b8e081fe4ebb4001f</id>
<content type='text'>
Upstream Libreoffice patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream Libreoffice patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>add configuration for 64bit windows builds</title>
<updated>2013-05-25T20:40:02+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2013-05-25T17:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=d0567fcfa1e348e1bc6d91a95caa44075465bbf8'/>
<id>d0567fcfa1e348e1bc6d91a95caa44075465bbf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>workaround problem when mxing older gcc with newer versions, fdo#52539</title>
<updated>2012-08-14T15:04:33+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@icyb.net.ua</email>
</author>
<published>2012-08-14T15:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=bba000ab134e9ac1e62cfe017b424adf7c327954'/>
<id>bba000ab134e9ac1e62cfe017b424adf7c327954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
