[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - external/cppunit sal/cppunittester

2014-05-24 Thread Michael Meeks
external/cppunit/ExternalProject_cppunit.mk |8 +++- external/cppunit/UnpackedTarball_cppunit.mk |1 + sal/cppunittester/cppunittester.cxx |1 + 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 526fa445c7f800852ccb4d7dec053c022786dfe2 Author: Michael

[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - external/cppunit

2014-05-24 Thread Michael Meeks
external/cppunit/enable-win32-debug.patch | 18 ++ 1 file changed, 18 insertions(+) New commits: commit ac93b6392fc34e22b2158f1b74132a13dff784aa Author: Michael Meeks michael.me...@collabora.com Date: Sat May 24 14:45:45 2014 +0100 cppunit: Add missing patch

[Libreoffice-commits] core.git: 2 commits - external/cppunit sal/cppunittester solenv/gbuild

2014-05-24 Thread Michael Meeks
external/cppunit/ExternalProject_cppunit.mk |8 +++- external/cppunit/UnpackedTarball_cppunit.mk |1 + external/cppunit/enable-win32-debug.patch | 18 ++ sal/cppunittester/cppunittester.cxx |1 + solenv/gbuild/platform/com_MSC_class.mk |2

[Libreoffice-commits] core.git: 3 commits - bridges/source external/cppunit external/python3

2014-05-23 Thread Stephan Bergmann
bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx |9 +++-- external/cppunit/unix.patch | 10 +- external/python3/UnpackedTarball_python3.mk |1 + external/python3/python-lsan.patch.0 | 19 +++ 4 files

[Libreoffice-commits] core.git: 5 commits - external/cppunit external/icu leak-suppress.txt soltools/cpp

2014-05-22 Thread Stephan Bergmann
external/cppunit/CPPUNIT_PLUGIN_EXPORT.patch.0 | 11 +++ external/cppunit/UnpackedTarball_cppunit.mk|1 + external/icu/UnpackedTarball_icu.mk|1 + external/icu/icu-ubsan.patch.0 | 20 leak-suppress.txt

[Libreoffice-commits] core.git: external/coinmp external/cppunit external/freetype external/glew external/lcms2 external/openssl external/python3

2014-05-19 Thread Christian Lohmaier
external/coinmp/ExternalProject_coinmp.mk |2 external/cppunit/ExternalProject_cppunit.mk|4 external/freetype/ExternalProject_freetype.mk |2 external/glew/ExternalProject_glew.mk |2 external/lcms2/ExternalProject_lcms2.mk

[Libreoffice-commits] core.git: 2 commits - external/cppunit vcl/source

2014-05-10 Thread Caolán McNamara
external/cppunit/UnpackedTarball_cppunit.mk |1 + external/cppunit/coverity.patch | 11 +++ vcl/source/gdi/pngread.cxx | 19 ++- 3 files changed, 30 insertions(+), 1 deletion(-) New commits: commit

Question about debugging cppunit tests

2014-05-04 Thread julien2412
Hello, I'm trying to run gdb on cppunit failing by following this: to rerun just this failed test without all others, run: make JunitTest_chart2_unoapi cd into the module dir to run the tests faster Or to do interactive debugging (non-Windows), run two shells with: make debugrun

Re: Question about debugging cppunit tests

2014-05-04 Thread Maxim Monastirsky
Hi Julien, On Sunday 04 May 2014 00:10:56 julien2412 wrote: But first one just always displays this: Reading symbols from /home/julien/compile-libreoffice/libreoffice/instdir/program/soffice.bin...d one. (gdb) and that's all. You should type 'run' on that '(gdb)' prompt. Maxim

[SOLVED] Re: Question about debugging cppunit tests

2014-05-04 Thread Julien Nabet
On 04/05/2014 11:32, Maxim Monastirsky wrote: Hi Julien, On Sunday 04 May 2014 00:10:56 julien2412 wrote: But first one just always displays this: Reading symbols from /home/julien/compile-libreoffice/libreoffice/instdir/program/soffice.bin...d one. (gdb) and that's all. You should type 'run'

Re: Question about debugging cppunit tests

2014-05-04 Thread Markus Mohrhard
Hey, On Sun, May 4, 2014 at 9:10 AM, julien2412 serval2...@yahoo.fr wrote: Hello, I'm trying to run gdb on cppunit failing by following this: to rerun just this failed test without all others, run: make JunitTest_chart2_unoapi cd into the module dir to run the tests faster Or to do

CppUnit Framework

2014-03-18 Thread Fouda Manga, Christian
Hi, we are using CppUnit Framework to test gas analyser which are safety relevant products. For the certification of the product, we have to do the following: 1. show the specification and the documentation of the all the tools used. That means also for the test tools (CppUnit Framework

Re: CppUnit Framework

2014-03-18 Thread Markus Mohrhard
Hey, On Tue, Mar 18, 2014 at 9:09 AM, Fouda Manga, Christian christian.fouda_ma...@siemens.com wrote: Hi, we are using CppUnit Framework to test gas analyser which are safety relevant products. For the certification of the product, we have to do the following: 1. show

[Libreoffice-commits] cppunit.git: Branch 'feature/cmake' - cmake/ExportTargets.cmake CMakeLists.txt cppunitConfig.cmake.in cppunitConfigVersion.cmake.in src/cppunit

2013-12-17 Thread Bernhard Sessler
CMakeLists.txt|5 - cmake/ExportTargets.cmake | 21 + cppunitConfig.cmake.in| 27 +++ cppunitConfigVersion.cmake.in | 10 ++ src/cppunit/CMakeLists.txt|1 + 5 files changed, 63 insertions(+), 1

[Libreoffice-commits] cppunit.git: Branch 'feature/cmake' - cmake/PlatformChecks.cmake include/config-auto.h.in src/cppunit

2013-12-17 Thread Bernhard Sessler
cmake/PlatformChecks.cmake|2 ++ include/config-auto.h.in |3 +++ src/cppunit/PlugInManager.cpp | 15 ++- 3 files changed, 19 insertions(+), 1 deletion(-) New commits: commit f8cd3430163bde5e8ade2a2245437710b2ec048d Author: Bernhard Sessler bernhard.sess

[PATCH 1/5] Add CMake build system for cppunit library

2013-12-16 Thread Bernhard Sessler
+++ cmake/string_compare_signature.cpp | 30 +++ include/CMakeLists.txt | 23 ++ include/config-auto.h.in | 147 + include/cppunit/TestAssert.h | 2 +- src/CMakeLists.txt | 20 + src/cppunit

Re: CppUnit CMake build system

2013-12-15 Thread Bernhard Seßler
Hi, On 13.12.2013 16:56, Markus Mohrhard wrote: Hey, 2013/12/12 Bernhard Seßler bernhard.sess...@corscience.de Hi @cppunit developers / users, snip So in general I'm very happy to accept patches: I'm just not convinced that another build system is the right step right now. We

Re: CppUnit CMake build system

2013-12-13 Thread Markus Mohrhard
Hey, 2013/12/12 Bernhard Seßler bernhard.sess...@corscience.de Hi @cppunit developers / users, I'm currently working on replacing the autoconf build system and the MSVC solutions used by cppunit with a CMake based build system. Currently it successfully builds the libraries on Windows

CppUnit CMake build system

2013-12-12 Thread Bernhard Seßler
Hi @cppunit developers / users, I'm currently working on replacing the autoconf build system and the MSVC solutions used by cppunit with a CMake based build system. Currently it successfully builds the libraries on Windows and Linux - using the GCC, MSVC and Borland C++ compilers. I started

Doubt regarding expected failures in Make check for cppunit package

2013-11-13 Thread Rajesh
Hi, This is regarding the package cppunit. I am working on a new architecture - ppc64le (powerpc 64-bit Little Endian) and I was looking at building cppunit. I picked up the latest release tarball ( cppunit-1.13.2) and built on our ppc64le environment. While building, the make check

Re: Doubt regarding expected failures in Make check for cppunit package

2013-11-13 Thread Markus Mohrhard
Hey Rajesh, 2013/11/13 Rajesh raj...@linux.vnet.ibm.com Hi, This is regarding the package cppunit. I am working on a new architecture - ppc64le (powerpc 64-bit Little Endian) and I was looking at building cppunit. I picked up the latest release tarball ( cppunit-1.13.2) and built

[Libreoffice-commits] Changes to 'refs/tags/cppunit-1.13.2'

2013-11-11 Thread Libreoffice Gerrit user
Tag 'cppunit-1.13.2' created by Markus Mohrhard markus.mohrh...@googlemail.com at 2013-11-11 06:09 -0800 cppunit-1.13.2 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQEcBAABAgAGBQJSgHSjAAoJEPT00c0jw8jFTLUH/jKasGMrXVRXf/3f+BbLEztJ /7Fua2GTQnYZgm+Jp1zExjHONh1KJWf0hH3

[Libreoffice-commits] .: Branch 'cppunit-1-13' - Makefile.am src/cppunit src/DllPlugInTester

2013-11-10 Thread Libreoffice Gerrit user
Makefile.am |1 + src/DllPlugInTester/Makefile.am |5 - src/cppunit/Makefile.am |9 - 3 files changed, 13 insertions(+), 2 deletions(-) New commits: commit 8133cf2b977f013216f0a41b6fcb740410d83926 Author: Markus Mohrhard markus.mohrh

A quick question about CPPUnit releases

2013-11-05 Thread Alan Higginson
Hello list members, Is 1.13.1 the latest official released version of CPPUnit? I am noticing in the git log that Markus Mohrhard made some commits in May that talk about the 1.13.2 release but I don't see a download link anywhere for this on the freedesktop.org CPPUnit website. Would anyone here

Re: A quick question about CPPUnit releases

2013-11-05 Thread Markus Mohrhard
Hello Alan, 2013/11/5 Alan Higginson alan.higgin...@gmail.com Hello list members, Is 1.13.1 the latest official released version of CPPUnit? I am noticing in the git log that Markus Mohrhard made some commits in May that talk about the 1.13.2 release but I don't see a download link

[Libreoffice-commits] core.git: external/cppunit RepositoryExternal.mk

2013-10-24 Thread Michael Stahl
RepositoryExternal.mk |2 - external/cppunit/ExternalPackage_cppunit.mk | 50 external/cppunit/Module_cppunit.mk |1 3 files changed, 1 insertion(+), 52 deletions(-) New commits: commit

Re: cppunit framework

2013-10-22 Thread Miklos Vajna
Hi, On Mon, Oct 21, 2013 at 06:20:01PM -0200, José Guilherme Vanz v...@libreoffice.org wrote: has libo its own cppunit? I was thinking that it uses the old project of cppunit in the sourceforge.com Markus knows the details, but in short the new upstream is on freedesktop.org. So

Re: cppunit framework

2013-10-22 Thread Markus Mohrhard
Hey, On Mon, Oct 21, 2013 at 06:20:01PM -0200, José Guilherme Vanz v...@libreoffice.org wrote: has libo its own cppunit? I was thinking that it uses the old project of cppunit in the sourceforge.com Markus knows the details, but in short the new upstream is on freedesktop.org. So

Re: cppunit framework

2013-10-22 Thread José Guilherme Vanz
Ok. Thank you for explanation. :-) On Oct 22, 2013 5:41 AM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hey, On Mon, Oct 21, 2013 at 06:20:01PM -0200, José Guilherme Vanz v...@libreoffice.org wrote: has libo its own cppunit? I was thinking that it uses the old project

cppunit framework

2013-10-20 Thread José Guilherme Vanz
Hello, everybody! I was looking for some task to work on and I found this one: *Bug 48024* https://bugs.freedesktop.org/show_bug.cgi?id=48024 - Convert C++ unit test from JUnit to CppUnit Reading about cppunit I read this on its wiki: Notes: this wiki as been recently (December 2008

Re: cppunit framework

2013-10-20 Thread Miklos Vajna
Hi, On Mon, Oct 21, 2013 at 01:29:22AM -0200, José Guilherme Vanz v...@libreoffice.org wrote: Why Libreoffice uses cppunit, considering that is abandoned project? Is legacy? No, it's not legacy at all. The up to date git repo is here: http://cgit.freedesktop.org/libreoffice/cppunit Miklos

[Libreoffice-commits] core.git: chart2/CppunitTest_chart2_export.mk chart2/CppunitTest_chart2_import.mk configmgr/CppunitTest_configmgr_unit.mk cppcanvas/CppunitTest_cppcanvas_test.mk dbaccess/Cppunit

2013-10-18 Thread Marcos Paulo de Souza
Repository.mk |1 RepositoryExternal.mk |1 RepositoryModule_build.mk |1 RepositoryModule_host.mk|1

[Libreoffice-commits] core.git: external/afms external/apache-commons external/beanshell external/boost external/cairo external/clucene external/cppunit external/ct2n external/curl external/epm extern

2013-10-18 Thread Khaled Hosny
external/afms/Makefile |2 +- external/apache-commons/Makefile |2 +- external/beanshell/Makefile |2 +- external/boost/Makefile |2 +- external/cairo/Makefile |2 +- external/clucene/Makefile|2 +- external/cppunit/Makefile

[Libreoffice-commits] core.git: cppunit/android.patch cppunit/disable-dynloading.patch cppunit/ExternalPackage_cppunit.mk cppunit/ExternalProject_cppunit.mk cppunit/ios.patch cppunit/Makefile cppunit/

2013-10-17 Thread Khaled Hosny
RepositoryModule_host.mk|1 cppunit/ExternalPackage_cppunit.mk | 50 -- cppunit/ExternalProject_cppunit.mk | 63 cppunit/Makefile|7 --- cppunit/Module_cppunit.mk

[Libreoffice-commits] core.git: 2 commits - configure.ac external/cppunit RepositoryModule_build.mk

2013-10-17 Thread Tor Lillqvist
RepositoryModule_build.mk |3 -- configure.ac|4 ++- external/cppunit/UnpackedTarball_cppunit.mk |9 --- external/cppunit/android.patch | 33 external/cppunit/ios.patch

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added See Also|

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
test small and self-contained enough so that it can run directly in the cppunit process. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
desirable to have the code under test small and self-contained enough so that it can run directly in the cppunit process. To be fair, it can be already done directly with in process python unit tests, see: https://wiki.documentfoundation.org/Development/Python_Unit_Tests -- You are receiving

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
test small and self-contained enough so that it can run directly in the cppunit process. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-14 Thread bugzilla-daemon
desirable to have the code under test small and self-contained enough so that it can run directly in the cppunit process. To be fair, it can be already done directly with in process python unit tests, see: https://wiki.documentfoundation.org/Development/Python_Unit_Tests -- You are receiving

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 --- Comment #6 from Varadharajan Chandran raju_7...@yahoo.com --- I would like to look into this issue. Can someone give some pointers? new to this -- You are receiving this mail because: You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 --- Comment #6 from Varadharajan Chandran raju_7...@yahoo.com --- I would like to look into this issue. Can someone give some pointers? new to this -- You are receiving this mail because: You are the assignee for the bug.

Re: strange cppunit test bug - result that is compared changes when modifying the expected value

2013-10-10 Thread Stephan Bergmann
On 10/10/2013 02:06 AM, Christian Lohmaier wrote: make CppunitTest_sw_ooxmlexport fails on the CentOS 5.9 release-build system because of a weired bug I cannot quite explain: fdo66929.docx,ooxmlexport.cxx:1067:Assertion Test name: Test::run equality assertion failed - Expected: 127 - Actual :

Re: strange cppunit test bug - result that is compared changes when modifying the expected value

2013-10-10 Thread Miklos Vajna
Hi, On Thu, Oct 10, 2013 at 11:04:44AM +0200, Stephan Bergmann sberg...@redhat.com wrote: On 10/10/2013 02:06 AM, Christian Lohmaier wrote: make CppunitTest_sw_ooxmlexport fails on the CentOS 5.9 release-build system because of a weired bug I cannot quite explain:

Re: strange cppunit test bug - result that is compared changes when modifying the expected value

2013-10-10 Thread Christian Lohmaier
Hi Miklos, *, On Thu, Oct 10, 2013 at 12:13 PM, Miklos Vajna vmik...@collabora.co.uk wrote: On Thu, Oct 10, 2013 at 11:04:44AM +0200, Stephan Bergmann sberg...@redhat.com wrote: On 10/10/2013 02:06 AM, Christian Lohmaier wrote: make CppunitTest_sw_ooxmlexport [...] I change that line from

strange cppunit test bug - result that is compared changes when modifying the expected value

2013-10-09 Thread Christian Lohmaier
Hi *, make CppunitTest_sw_ooxmlexport fails on the CentOS 5.9 release-build system because of a weired bug I cannot quite explain: fdo66929.docx,ooxmlexport.cxx:1067:Assertion Test name: Test::run equality assertion failed - Expected: 127 - Actual : 254 line 1067 is: CPPUNIT_ASSERT_EQUAL(

[Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added CC|

[Bug 51154] cppunit warning cleaning

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added CC|

[Bug 51154] cppunit warning cleaning

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-commits] .: 2 commits - include/cppunit src/cppunit

2013-08-16 Thread Libreoffice Gerrit user
include/cppunit/TextTestResult.h |2 ++ src/cppunit/TestCase.cpp |4 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit c4f7bf8d1346bdfc4d34af24b373e6a0aeb6cc46 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Aug 16 10:25:03 2013 +0200 -Werror

[Libreoffice-commits] .: include/cppunit src/cppunit

2013-08-15 Thread Libreoffice Gerrit user
include/cppunit/Message.h |4 ++-- include/cppunit/Protector.h|2 ++ include/cppunit/SynchronizedObject.h | 12 +--- include/cppunit/XmlOutputter.h |2 +- include/cppunit/ui/text/TextTestRunner.h |6

[PUSHED] Bug # 51154: cppunit warning cleaning

2013-08-15 Thread Tor Lillqvist (via Code Review)
, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6f1cae812c58e3791c2386a1288501cf2f559610 Gerrit-PatchSet: 3 Gerrit-Project: cppunit Gerrit-Branch: master Gerrit-Owner: Tobias Lippert d...@fastmail.fm Gerrit-Reviewer: Stephan Bergmann sberg...@redhat.com

[PATCH] Bug # 51154: cppunit warning cleaning

2013-08-14 Thread Tobias Lippert (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/5424 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/cppunit refs/changes/24/5424/1 Bug # 51154: cppunit warning cleaning This patch allows to compile the code with gcc's -Weffc

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 --- Comment #6 from d...@fastmail.fm --- Created attachment 84072 -- https://bugs.freedesktop.org/attachment.cgi?id=84072action=edit clean all cppunit compiler warnings Hello, I have fixed all compiler warnings for cppunit with gcc 4.8.1 What

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 --- Comment #7 from d...@fastmail.fm --- I have uploaded the patch to gerrit. I hope that I have followed the instructions correctly. I got the following message which I did not expect: * [new branch] master - refs/for/master Anyways, the

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 --- Comment #8 from Markus Mohrhard markus.mohrh...@googlemail.com --- I'm on vacation but will commit it when I come back in the beginning of September. thanks a lot for this amazing work. is there another task that you would be interested in?

[Libreoffice-commits] core.git: 2 commits - cppunit/unxlngx6 svl/source

2013-08-12 Thread Michael Stahl
dev/null |binary svl/source/undo/undo.cxx |2 ++ 2 files changed, 2 insertions(+) New commits: commit f4b757d7e7a3f5bc23fea3e540671b0f40133f24 Author: Michael Stahl mst...@redhat.com Date: Mon Aug 12 23:53:45 2013 +0200 remove the accidentally committed cppunit

[Libreoffice-commits] .: src/cppunit

2013-05-25 Thread Libreoffice Gerrit user
src/cppunit/UnixDynamicLibraryManager.cpp |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 13244fdaa4ff563bdb0e853b8e081fe4ebb4001f Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat May 25 22:49:09 2013 +0200 report dlerror messages on unix

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 --- Comment #3 from Jorendc joren.libreoff...@telenet.be --- @Noel, Stephan: we can mark this enhancement request as NEW? Or isn't this an enhancement request (or is it already done)? Thanks! Joren -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 48024] Convert C++ unit test from JUnit to CppUnit

2013-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48024 Noel Grandin noelgran...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-commits] core.git: cppunit/ExternalProject_cppunit.mk liborcus/ExternalProject_liborcus.mk solenv/gbuild

2013-04-18 Thread Stephan Bergmann
cppunit/ExternalProject_cppunit.mk |8 +--- liborcus/ExternalProject_liborcus.mk |8 +--- solenv/gbuild/platform/macosx.mk | 12 3 files changed, 2 insertions(+), 26 deletions(-) New commits: commit dfebe3fc512939395e8ece9cab85eb1c2cb04783 Author: Stephan

[Libreoffice-commits] core.git: cppunit/ExternalProject_cppunit.mk

2013-04-16 Thread Tor Lillqvist
cppunit/ExternalProject_cppunit.mk | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) New commits: commit bc88e110dd6908588d01c6ecad01fd3ecd8e0076 Author: Tor Lillqvist t...@iki.fi Date: Tue Apr 16 13:31:15 2013 +0300 Probably a good idea to use

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2013-04-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 --- Comment #5 from martin.koll...@gmail.com --- Created attachment 77810 -- https://bugs.freedesktop.org/attachment.cgi?id=77810action=edit Patch for missing copy constructor/assignment operator. -- You are receiving this mail because: You

[Libreoffice-commits] core.git: 2 commits - boost/boost.wundef.patch.1 cppunit/Module_cppunit.mk test/Module_test.mk unotest/Module_unotest.mk

2013-04-02 Thread Tor Lillqvist
boost/boost.wundef.patch.1 | 43 +++ cppunit/Module_cppunit.mk |4 test/Module_test.mk|4 unotest/Module_unotest.mk |2 ++ 4 files changed, 53 insertions(+) New commits: commit 07f98c44311464fd7e5f94f569f847e43a0be4a2

[Libreoffice-commits] core.git: 3 commits - cppunit/ExternalPackage_cppunit.mk icu/ExternalProject_icu.mk

2013-03-27 Thread David Tardon
cppunit/ExternalPackage_cppunit.mk |2 +- icu/ExternalProject_icu.mk |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 92b963ef5f7aa8f1bbacd1803f6e066bf1394b8d Author: David Tardon dtar...@redhat.com Date: Fri Mar 15 16:04:29 2013 +0100 @touch

[Libreoffice-commits] .: 4 commits - accessibility/CustomTarget_bridge.mk cppunit/ExternalProject_cppunit.mk extensions/WinResTarget_activex.mk .gitignore libxmlsec/ExternalProject_xmlsec.mk postproce

2013-01-03 Thread Libreoffice Gerrit user
.gitignore |1 accessibility/CustomTarget_bridge.mk |2 cppunit/ExternalProject_cppunit.mk |4 - dev/null |binary extensions/WinResTarget_activex.mk |2

[PUSHED] Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test...

2012-12-31 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1512 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1512 To unsubscribe,

[PATCH] Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test...

2012-12-30 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1512 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/1512/1 Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxx Change-Id

[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

2012-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51154 --- Comment #4 from Radu ioan.rad...@gmail.com --- This bug is still valid? I have built cppunit and I get only some doxygen warnings like this: Generating docs for compound TestListener... /home/radu/cppunitLibo/include/cppunit/TestListener.h

[Libreoffice-commits] .: cppunit/ios.patch

2012-12-22 Thread Libreoffice Gerrit user
cppunit/ios.patch |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0699cbf1ab315ac9ba1594a0fa4fe1041cd356fa Author: Tor Lillqvist t...@iki.fi Date: Sat Dec 22 23:48:21 2012 +0200 Make the patch apply the gbuild way Change-Id

[Libreoffice-commits] .: cppunit/ExternalProject_cppunit.mk

2012-12-12 Thread Libreoffice Gerrit user
cppunit/ExternalProject_cppunit.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 94a1b9c46fc76126296b298aa5447e5217a69ee3 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Dec 12 13:37:09 2012 +0200 Fix VS2012 build at least for me diff --git

[Libreoffice-commits] .: Branch 'cppunit-1-13' - 0 commits -

2012-12-10 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: 3 commits - configure.ac cppunit/ExternalPackage_cppunit.mk distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf

2012-12-08 Thread Libreoffice Gerrit user
configure.ac |1 - cppunit/ExternalPackage_cppunit.mk|4 distro-configs/LibreOfficeAndroid.conf|1 - distro-configs/LibreOfficeAndroidX86.conf |1 - 4 files changed, 4 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] .: cppunit/disable-dynloading.patch

2012-12-07 Thread Libreoffice Gerrit user
cppunit/disable-dynloading.patch |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 135fbb750e6cf9438f408499b4cf7034c6e5918e Author: Luboš Luňák l.lu...@suse.cz Date: Fri Dec 7 20:05:25 2012 +0100 get cppunit/disable-dynloading.patch to apply diff --git

[Libreoffice-commits] .: cppunit/ExternalPackage_cppunit.mk

2012-12-07 Thread Libreoffice Gerrit user
cppunit/ExternalPackage_cppunit.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 76c19172de03a1fd0cbf3febc6a68a7138b7b0c4 Author: Norbert Thiebaud nthieb...@gmail.com Date: Fri Dec 7 16:03:21 2012 -0600 missing delivery in cppunit on Mac Change-Id

[Libreoffice-commits] .: cppunit/ExternalPackage_cppunit.mk cppunit/ExternalProject_cppunit.mk cppunit/Makefile cppunit/makefile.mk cppunit/Module_cppunit.mk cppunit/ooo-cppunit_dll.mk cppunit/ooo-Dll

2012-12-06 Thread Libreoffice Gerrit user
Module_tail_build.mk |1 RepositoryExternal.mk |6 + RepositoryModule_ooo.mk|1 cppunit/ExternalPackage_cppunit.mk | 43 cppunit/ExternalProject_cppunit.mk | 58 +++ cppunit/Makefile |7 + cppunit

[PUSHED] convert cppunit to gbuild

2012-12-06 Thread David Tardon (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/1183 -- To view, visit https://gerrit.libreoffice.org/1183 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] .: 4 commits - cppunit/ExternalPackage_cppunit.mk xmlsecurity/Library_xsec_xmlsec.mk xmlsecurity/source xmlsecurity/util

2012-12-06 Thread Libreoffice Gerrit user
cppunit/ExternalPackage_cppunit.mk |2 xmlsecurity/Library_xsec_xmlsec.mk |1 xmlsecurity/source/helper/xmlsignaturehelper.cxx|1 xmlsecurity/source/xmlsec/serialnumberadapter.cxx | 99

[Libreoffice-commits] .: 2 commits - cppunit/ExternalPackage_cppunit.mk RepositoryExternal.mk

2012-12-06 Thread Libreoffice Gerrit user
RepositoryExternal.mk |2 +- cppunit/ExternalPackage_cppunit.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 39a6e45bfd60db59321ecbfc406a942b346bb0ff Author: Stephan Bergmann sberg...@redhat.com Date: Fri Dec 7 08:11:16 2012 +0100

[Libreoffice-commits] .: cppunit/ExternalProject_cppunit.mk

2012-12-06 Thread Libreoffice Gerrit user
cppunit/ExternalProject_cppunit.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b66e034904c7d5b0aa60170240deebc84811aa16 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Dec 7 08:15:58 2012 +0100 cppunit is PLAINLIBS_NONE Change-Id

[PATCH] convert cppunit to gbuild

2012-11-27 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1183 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/1183/1 convert cppunit to gbuild Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166 --- M Makefile.top M

Re: CPPUNIT road map, recent changes etc.

2012-11-07 Thread Markus Mohrhard
in http://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS?h=cppunit-1-13 and about the two fixes that went in for 1.13.1 at http://mmohrhard.wordpress.com/2012/09/25/cppunit-1-13-1-libreoffice-version-released/ Basically we have mostly upstreamed our patches and fixed some bugs. I'm currently

Re: CPPUNIT road map, recent changes etc.

2012-11-02 Thread John McCabe
documentation been updated? You can find the updates for 1.13.0 in http://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS?h=cppunit-1-13 and about the two fixes that went in for 1.13.1 at http://mmohrhard.wordpress.com/2012/09/25/cppunit-1-13-1-libreoffice-version-released/ Basically we have mostly

Re: CPPUNIT road map, recent changes etc.

2012-11-01 Thread Michael Meeks
be lovely :-) and/or do you have any fixes / improvements / patches you want to see in cppunit ? either way Markus is maintaining that currently - but has a huge amount of good work on his plate, so help appreciated (I suspect) :-) All the best, Michael. -- michael.me

Re: CPPUNIT road map, recent changes etc.

2012-11-01 Thread John McCabe
? Help updating the wiki would be lovely :-) I'll have a think about it :-) and/or do you have any fixes / improvements / patches you want to see in cppunit ? either way Markus is maintaining that currently - but has a huge amount of good work on his plate, so help appreciated (I

CPPUNIT road map, recent changes etc.

2012-10-31 Thread John McCabe
Just found this fork but a bit disappointed with the lack of information on the wiki. Is there a road map? What are the changes between 1.12.1 and the latest release? Has documentation been updated? Thanks John Kohei Yoshida kohei.yosh...@gmail.com wrote: On 10/30/2012 04:07 PM, Kohei

Re: CPPUNIT road map, recent changes etc.

2012-10-31 Thread Markus Mohrhard
://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS?h=cppunit-1-13 and about the two fixes that went in for 1.13.1 at http://mmohrhard.wordpress.com/2012/09/25/cppunit-1-13-1-libreoffice-version-released/ Basically we have mostly upstreamed our patches and fixed some bugs. I'm currently planning some

Re: comment about using constructor and destructor in cppunit tests

2012-10-10 Thread Matúš Kukan
Hello there, On 28 September 2012 01:28, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hey Matus, I just saw that you started using the constructor and the destructor in the tubes unit test. It would be a better idea to move this into setUp and tearDown ... Fixed with

comment about using constructor and destructor in cppunit tests

2012-09-27 Thread Markus Mohrhard
and tearDown are protected inside the cppunit framework against thrown exceptions. In general using the constructor and destructor in a cppunit test should only be done for the few cases where it is really necessary and setUp and tearDown are no alternative. Regards, Markus

[Libreoffice-commits] .: cppunit/android.patch

2012-09-26 Thread Libreoffice Gerrit user
cppunit/android.patch | 20 1 file changed, 20 deletions(-) New commits: commit f0eaba8c45f0db802268a3e3809292cd063c7544 Author: Tor Lillqvist tlillqv...@suse.com Date: Wed Sep 26 11:28:32 2012 +0300 config.sub doesn't need patching any more it seems Change

[Libreoffice-commits] .: cppunit/disable-dynloading.patch cppunit/ios.patch cppunit/makefile.mk

2012-09-14 Thread Libreoffice Gerrit user
cppunit/disable-dynloading.patch | 25 + cppunit/ios.patch| 25 - cppunit/makefile.mk |8 ++-- 3 files changed, 31 insertions(+), 27 deletions(-) New commits: commit 24c66413176cdb64eccb21e204bc61c933f2732d

[Libreoffice-commits] .: 2 commits - cppunit/ios.patch cppunit/makefile.mk ios/qa

2012-08-21 Thread Libreoffice Gerrit user
cppunit/ios.patch | 43 +++ cppunit/makefile.mk |4 ios/qa/sc/Makefile |2 +- 3 files changed, 48 insertions(+), 1 deletion(-) New commits: commit df812bf9d5dc13788ec43710df9d0c052c418f11 Author: Tor Lillqvist t...@iki.fi Date: Tue Aug

[Libreoffice-commits] .: 2 commits - cppunit/makefile.mk cppunit/unix.patch sal/cppunittester

2012-08-17 Thread Tor Lillqvist
cppunit/makefile.mk |2 +- cppunit/unix.patch | 15 +++ sal/cppunittester/cppunittester.cxx |8 +++- 3 files changed, 23 insertions(+), 2 deletions(-) New commits: commit d3721e50005a909b55e153372809019ef1e893a6 Author: Tor Lillqvist t

[Libreoffice-commits] .: bridges/source configure.in cppunit/makefile.mk fontconfig/fontconfig-2.8.0.patch icu/icu4c-android.patch icu/makefile.mk sal/android solenv/gbuild solenv/inc

2012-08-16 Thread Tor Lillqvist
bridges/source/cpp_uno/gcc3_linux_mips/cpp2uno.cxx | 19 +++ bridges/source/cpp_uno/gcc3_linux_mips/makefile.mk |2 configure.in | 27 - cppunit/makefile.mk|2 fontconfig/fontconfig-2.8.0.patch

[Libreoffice-bugs] [Bug 52539] : TypeInfoHelper::getClassName() may crash if cppunit is compiled with older compiler

2012-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52539 Caolán McNamara caol...@redhat.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 52536] : cppunit fails to build on FreeBSD

2012-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52536 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

<    1   2   3   4   5   6   >