<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cppunit.git/ChangeLog, branch cppunit-1.10.2</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 10.0.2</title>
<updated>2004-06-18T10:42:26+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-18T10:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=c7c50322ad2cded059832f75333c4820779bbb08'/>
<id>c7c50322ad2cded059832f75333c4820779bbb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Src/msvc6/testrunner/TestRunnerDlg.</title>
<updated>2004-06-18T10:27:53+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-18T10:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=a2bd285d03987d8f4358523151543554a152324d'/>
<id>a2bd285d03987d8f4358523151543554a152324d</id>
<content type='text'>
src/msvc6/testrunner/TestRunnerDlg.h:
* src/msvc6/testrunner/TestRunnerDlg.cpp:
* src/msvc6/testpluginrunner/TestPlugIn.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerModel.h: bug #952912,
memory leaks when loading/reloading plug-ins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/msvc6/testrunner/TestRunnerDlg.h:
* src/msvc6/testrunner/TestRunnerDlg.cpp:
* src/msvc6/testpluginrunner/TestPlugIn.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp:
* src/msvc6/testpluginrunner/TestPlugInRunnerModel.h: bug #952912,
memory leaks when loading/reloading plug-ins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Src/DllPlugInTester/</title>
<updated>2004-06-18T07:15:55+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-18T07:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=8a5c5134d51ca4982b435a14e062bac6b5a49704'/>
<id>8a5c5134d51ca4982b435a14e062bac6b5a49704</id>
<content type='text'>
src/DllPlugInTester/*.cpp: bug #941625, string literal using char *
instead of const char *. Patch contributed by Curt Arnold has been
applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/DllPlugInTester/*.cpp: bug #941625, string literal using char *
instead of const char *. Patch contributed by Curt Arnold has been
applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include/cppunit/extension/TestSuiteBuilderContext.</title>
<updated>2004-06-18T06:39:45+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-18T06:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3bbf1aebb2c0d461b03f6cd8e3b2f964f3d00aeb'/>
<id>3bbf1aebb2c0d461b03f6cd8e3b2f964f3d00aeb</id>
<content type='text'>
include/cppunit/extension/TestSuiteBuilderContext.h:
* src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug
was caused by a known STL bug in VC++ 6.
See http://www.dinkumware.com/vc_fixes.html &lt;xtree&gt; issue with shared
std::map in dll. As a work-around the map has been replaced by a vector.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include/cppunit/extension/TestSuiteBuilderContext.h:
* src/cppunit/TestSuiteBuilderContext.cpp: fixed bug #921843. This bug
was caused by a known STL bug in VC++ 6.
See http://www.dinkumware.com/vc_fixes.html &lt;xtree&gt; issue with shared
std::map in dll. As a work-around the map has been replaced by a vector.
</pre>
</div>
</content>
</entry>
<entry>
<title>Src/</title>
<updated>2004-06-17T18:25:26+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-17T18:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=e6ec20ed260093756f7c53007982b98db3a92438'/>
<id>e6ec20ed260093756f7c53007982b98db3a92438</id>
<content type='text'>
src/*/*.dsp: bug #933154, post build fail in directory with spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
src/*/*.dsp: bug #933154, post build fail in directory with spaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>src/cppunit/TestPath.cpp: bug #938753, array bound read in</title>
<updated>2004-06-17T17:37:09+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-17T17:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3c055ba1f3974f897500decae49f925bb7385f49'/>
<id>3c055ba1f3974f897500decae49f925bb7385f49</id>
<content type='text'>
splitPathString() with substr if an empty string is passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
splitPathString() with substr if an empty string is passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/Makefile.am: fixed bug #940650 =&gt; cp -dpR, removed option -p since</title>
<updated>2004-06-17T17:18:54+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-17T17:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=de16a052d9a0d9c436845113bb15d1162f77cf63'/>
<id>de16a052d9a0d9c436845113bb15d1162f77cf63</id>
<content type='text'>
there is no link to preserve anyway (does not exist on SunOs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there is no link to preserve anyway (does not exist on SunOs).
</pre>
</div>
</content>
</entry>
<entry>
<title>Include/cppunit/Portability.</title>
<updated>2004-06-17T17:08:17+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-17T17:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457'/>
<id>5615ce97bd9c465f6ae0d5ca0641ec5d7f0c5457</id>
<content type='text'>
include/cppunit/Portability.h:
* include/cppunit/plugin/TestPlugIn.h: fixed report compilation issue
with mingw &amp; cygwin. WIN32 is now always defined if _WIN32 is defined.
Bug #945737 &amp; #930338.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include/cppunit/Portability.h:
* include/cppunit/plugin/TestPlugIn.h: fixed report compilation issue
with mingw &amp; cygwin. WIN32 is now always defined if _WIN32 is defined.
Bug #945737 &amp; #930338.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing project compilation settings (rtti not always enabled)</title>
<updated>2004-06-16T18:02:41+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-06-16T18:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=3217c0e4adaaade5dfa18000fdce28c1a901390a'/>
<id>3217c0e4adaaade5dfa18000fdce28c1a901390a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.</title>
<updated>2004-04-09T17:41:41+00:00</updated>
<author>
<name>Baptiste Lepilleur</name>
<email>gaiacrtn@free.fr</email>
</author>
<published>2004-04-09T17:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cppunit.git/commit/?id=0fa2e7dece15cd470b6d2a8d2f2f29a9f31995f8'/>
<id>0fa2e7dece15cd470b6d2a8d2f2f29a9f31995f8</id>
<content type='text'>
release 1.10.0

* install-UNIX.txt: added some notes concerning Sun CC 5.5 &amp; AIX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
release 1.10.0

* install-UNIX.txt: added some notes concerning Sun CC 5.5 &amp; AIX.
</pre>
</div>
</content>
</entry>
</feed>
