<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git, branch cppunit-1.9.14</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>release 1.9.14</title>
<updated>2004-03-13T14:49:47+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T14:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=aedca554f54f63a3617bccec0b62b0ee029c8e52'/>
<id>aedca554f54f63a3617bccec0b62b0ee029c8e52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed usage of std::exception ctor with a string (gcc 2.95 issue)</title>
<updated>2004-03-13T12:42:42+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=5bb46c2128a6e0b7c90e4fe64ef7c8e742cd94bc'/>
<id>5bb46c2128a6e0b7c90e4fe64ef7c8e742cd94bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples/cppunittest/TestAssertTest.</title>
<updated>2004-03-13T11:52:57+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T11:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=224cf85f2b7fd7ec47cda4788902996349f8c754'/>
<id>224cf85f2b7fd7ec47cda4788902996349f8c754</id>
<content type='text'>
examples/cppunittest/TestAssertTest.h:
* examples/cppunittest/TestAssertTest.cpp:
* examples/cppunittest/XmlUniformiserTest.h:
* examples/cppunittest/XmlUniformiserTest.cpp:
* include/cppunit/TestAssert.h: add the exception assertion macros
from cppunit 2: CPPUNIT_ASSERT_THROW, CPPUNIT_ASSERT_NO_THROW,
CPPUNIT_ASSERT_ASSERTION_FAIL, CPPUNIT_ASSERT_ASSERTION_PASS.
Updated unit test to use and test the new macros.

* include/cppunit/extensions/HelperMacros.h: deprecated the
test case factory that check for exception (CPPUNIT_TEST_FAIL &amp;
CPPUNIT_TEST_EXCEPTION).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
examples/cppunittest/TestAssertTest.h:
* examples/cppunittest/TestAssertTest.cpp:
* examples/cppunittest/XmlUniformiserTest.h:
* examples/cppunittest/XmlUniformiserTest.cpp:
* include/cppunit/TestAssert.h: add the exception assertion macros
from cppunit 2: CPPUNIT_ASSERT_THROW, CPPUNIT_ASSERT_NO_THROW,
CPPUNIT_ASSERT_ASSERTION_FAIL, CPPUNIT_ASSERT_ASSERTION_PASS.
Updated unit test to use and test the new macros.

* include/cppunit/extensions/HelperMacros.h: deprecated the
test case factory that check for exception (CPPUNIT_TEST_FAIL &amp;
CPPUNIT_TEST_EXCEPTION).
</pre>
</div>
</content>
</entry>
<entry>
<title>src/cppunit/UnixDynamicLibraryManager.cpp: applied patch #816563</title>
<updated>2004-03-13T10:22:49+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T10:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=943bbb17d1339a3cae3b930e3f7f1cb2f9fec297'/>
<id>943bbb17d1339a3cae3b930e3f7f1cb2f9fec297</id>
<content type='text'>
from Gareth Sylvester. Adding RTLD_GLOBAL allows test plug-ins
to provide symbols to shared objects they load themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from Gareth Sylvester. Adding RTLD_GLOBAL allows test plug-ins
to provide symbols to shared objects they load themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples/qt/Main.</title>
<updated>2004-03-13T09:52:27+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T09:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=b65ceb2d1c4c4fc1b56f0e04f4d7011cfd4d1a01'/>
<id>b65ceb2d1c4c4fc1b56f0e04f4d7011cfd4d1a01</id>
<content type='text'>
examples/qt/Main.cpp:
* examples/qt/ExampleTestCase.h: fixed bug #789672: QT example should
use CPPUNIT_NS macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
examples/qt/Main.cpp:
* examples/qt/ExampleTestCase.h: fixed bug #789672: QT example should
use CPPUNIT_NS macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>cppunit-config.in: bug #903363, missing -ldl from the output of</title>
<updated>2004-03-13T09:48:02+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-03-13T09:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=80d86cc95af4d1b8249595786eac8bcd7e571f82'/>
<id>80d86cc95af4d1b8249595786eac8bcd7e571f82</id>
<content type='text'>
cppunit-config --libs. Fixed thanks Eric Blossom patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cppunit-config --libs. Fixed thanks Eric Blossom patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>configure.in: bumped version number to 1.9.13</title>
<updated>2004-02-20T17:55:09+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-02-20T17:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=091e538074fb79d5c1bc29d79ac7f6933f96e8f1'/>
<id>091e538074fb79d5c1bc29d79ac7f6933f96e8f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>configure.in: bumped version number to 1.9.12</title>
<updated>2004-02-19T19:46:19+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-02-19T19:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=60416b3ee8c85cd016d5ef5177cd4d93f8664398'/>
<id>60416b3ee8c85cd016d5ef5177cd4d93f8664398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forked, development toward 1.10.0 are now taking place in</title>
<updated>2004-02-19T07:15:46+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-02-19T07:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=f6afa1ea719406b84e0206814ab770daa777a19e'/>
<id>f6afa1ea719406b84e0206814ab770daa777a19e</id>
<content type='text'>
branch BRANCH_1_9_12 until xml input stuff are integrated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
branch BRANCH_1_9_12 until xml input stuff are integrated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure.</title>
<updated>2004-02-18T20:36:41+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-02-18T20:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=b485fd01a1d36028b2baec5c503107cfb77c35b6'/>
<id>b485fd01a1d36028b2baec5c503107cfb77c35b6</id>
<content type='text'>
configure.in:
* makefile.am:
* config/ax_cxx_gcc_abi_demangle.m4:
* src/cppunit/TypeInfoHelper.cpp: added patch from
Neil Ferguson &lt;nferguso@eso.org&gt; to use gcc c++ abi to demangle typeinfo
name when available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure.in:
* makefile.am:
* config/ax_cxx_gcc_abi_demangle.m4:
* src/cppunit/TypeInfoHelper.cpp: added patch from
Neil Ferguson &lt;nferguso@eso.org&gt; to use gcc c++ abi to demangle typeinfo
name when available.
</pre>
</div>
</content>
</entry>
</feed>
