<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/ChangeLog, branch cppunit-1.11.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>release 1.11.0</title>
<updated>2005-07-15T18:04:54+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-15T18:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=ba4b216a0b6a493dd13be127574683509902264e'/>
<id>ba4b216a0b6a493dd13be127574683509902264e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Development snapshot release 1.11.0.</title>
<updated>2005-07-15T17:52:36+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-15T17:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3ece1167b80d0f6abf18077fe5bb50fce6f3d3ab'/>
<id>3ece1167b80d0f6abf18077fe5bb50fce6f3d3ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config/bb_enable_doxygen.m4: Rolled back Brad Hards patch as it break</title>
<updated>2005-07-15T16:57:54+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-15T16:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=eb0ea9d72dbd1af37352cd7012dd1023ca006857'/>
<id>eb0ea9d72dbd1af37352cd7012dd1023ca006857</id>
<content type='text'>
generation of doc/Makefile.am.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generation of doc/Makefile.am.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/money.dox: fixed bad usage of CPPUNIT_ASSERT_EQUALS.</title>
<updated>2005-07-09T14:01:24+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-09T14:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=cc896a6ecff4ef37ec7783b5cf5595990b5848c4'/>
<id>cc896a6ecff4ef37ec7783b5cf5595990b5848c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config/bb_enable_doxygen.m4: applied Brad Hards patch to remove warning</title>
<updated>2005-07-09T06:49:51+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-09T06:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=4f9eb6fa36b587a501e30f05baa0107a0a22fa6e'/>
<id>4f9eb6fa36b587a501e30f05baa0107a0a22fa6e</id>
<content type='text'>
when running ./autogen.sh or aclocal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when running ./autogen.sh or aclocal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Examples/simple/Makefile.am: do not install 'simple' programm</title>
<updated>2005-07-06T06:18:14+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-06T06:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=c488ed5434ecab7fe155acc77fa054ddd2d23e61'/>
<id>c488ed5434ecab7fe155acc77fa054ddd2d23e61</id>
<content type='text'>
(patch #1230784).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(patch #1230784).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memory leak occuring when calling reset().</title>
<updated>2005-07-05T20:17:41+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-07-05T20:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=89a9cb09246597740711e4d7388cf2314109ea70'/>
<id>89a9cb09246597740711e4d7388cf2314109ea70</id>
<content type='text'>
* include/cppunit/TestResultCollector.h
* src/cppunit/TestResultCollector.cpp: fixed memory leak
occuring when calling reset().

* src/cppunit/DllMain.cpp: added work-around for mingw compilation
for BLENDFUNCTION macro issue when including windows.h.

* src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline
messages.

* include/cppunit/Portability.h: better integration of compiler output
for gcc on Mac OS X with Xcode (contributed by Claus Broch).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* include/cppunit/TestResultCollector.h
* src/cppunit/TestResultCollector.cpp: fixed memory leak
occuring when calling reset().

* src/cppunit/DllMain.cpp: added work-around for mingw compilation
for BLENDFUNCTION macro issue when including windows.h.

* src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline
messages.

* include/cppunit/Portability.h: better integration of compiler output
for gcc on Mac OS X with Xcode (contributed by Claus Broch).
</pre>
</div>
</content>
</entry>
<entry>
<title>Contrib/xml-xsl/cppunit2junit.</title>
<updated>2005-06-14T20:59:34+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-06-14T20:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=9efb5318f845c9f5d90a8a5c3bc6cec6ea82cc60'/>
<id>9efb5318f845c9f5d90a8a5c3bc6cec6ea82cc60</id>
<content type='text'>
contrib/xml-xsl/cppunit2junit.txt
* contrib/xml-xsl/cppunit2junit.xsl
* contrib/readme.txt: XSLT for compatibility with Ant junit xml formatter.
Patch #1112053 contributed by Norbert Barbosa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contrib/xml-xsl/cppunit2junit.txt
* contrib/xml-xsl/cppunit2junit.xsl
* contrib/readme.txt: XSLT for compatibility with Ant junit xml formatter.
Patch #1112053 contributed by Norbert Barbosa.
</pre>
</div>
</content>
</entry>
<entry>
<title>cppunit.m4: applied patch #1076398 contributed by Henner Sudek. Fix</title>
<updated>2005-06-14T20:44:00+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-06-14T20:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=f267542d4b5c64fd565ce8be950e274ee4b96136'/>
<id>f267542d4b5c64fd565ce8be950e274ee4b96136</id>
<content type='text'>
version number comparison in AM_PATH_CPPUNIT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
version number comparison in AM_PATH_CPPUNIT.
</pre>
</div>
</content>
</entry>
<entry>
<title>MinGW, cygwin: enable build of shared library when using libtool. patch #1194394 contributed by Stéphane Fillod.</title>
<updated>2005-06-14T20:32:05+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2005-06-14T20:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=526cb25b7aeba90c8f5b93d74d713d0af79a3bd2'/>
<id>526cb25b7aeba90c8f5b93d74d713d0af79a3bd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
