<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/include, 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>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>next version is 1.14.0</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:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=c5813be8793da22ec25e4dfdf9d6dec43695cbeb'/>
<id>c5813be8793da22ec25e4dfdf9d6dec43695cbeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove commented out code</title>
<updated>2015-08-18T01:58:59+00:00</updated>
<author>
<name>Markus Mohrhard</name>
<email>markus.mohrhard@googlemail.com</email>
</author>
<published>2015-08-18T01:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=69ea3cbf1ec9ff8c5159f73d0ce71087f7727792'/>
<id>69ea3cbf1ec9ff8c5159f73d0ce71087f7727792</id>
<content type='text'>
The code has been commented out for a long time and is not related to a
missing fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code has been commented out for a long time and is not related to a
missing fix.
</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>mark the fails as no-return</title>
<updated>2014-07-06T14:34:45+00:00</updated>
<author>
<name>Caolán McNamara</name>
<email>caolanm@redhat.com</email>
</author>
<published>2014-07-06T14:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=059fcd2878071616cedb5116a0b2f75b5edbdbe0'/>
<id>059fcd2878071616cedb5116a0b2f75b5edbdbe0</id>
<content type='text'>
that might help clang scan-build understand that execution won't continue after
they fail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that might help clang scan-build understand that execution won't continue after
they fail
</pre>
</div>
</content>
</entry>
<entry>
<title>-Werror,-Woverloaded-virtual</title>
<updated>2013-08-16T08:27:55+00:00</updated>
<author>
<name>Stephan Bergmann</name>
<email>sbergman@redhat.com</email>
</author>
<published>2013-08-16T08:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=d831d2d72f93fc24462bec8f296fd870c8f8407c'/>
<id>d831d2d72f93fc24462bec8f296fd870c8f8407c</id>
<content type='text'>
"'CppUnit::TextTestResult::addFailure' hides overloaded virtual function;
../../include/cppunit/TestResult.h:85:16: note: hidden overloaded virtual
function 'CppUnit::TestResult::addFailure' declared here: different number of
parameters (2 vs 1)." (Clang)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"'CppUnit::TextTestResult::addFailure' hides overloaded virtual function;
../../include/cppunit/TestResult.h:85:16: note: hidden overloaded virtual
function 'CppUnit::TestResult::addFailure' declared here: different number of
parameters (2 vs 1)." (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>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>
</feed>
