Re: CppCheck configuration

2015-09-27 Thread Stephan Bergmann
On 09/26/2015 06:14 PM, Michaël Lefèvre wrote: 2. we could minimized the results by removing check on qa sub-directories, which are supposed to be the place for unit tests. Any specific reason to avoid checking the test code? It is code like all the other code too, with bugs and shortcomings

Re: Performance issues with our internal memory allocator

2015-09-27 Thread Markus Mohrhard
Hey, On Sat, Sep 26, 2015 at 11:39 PM, Michael Meeks wrote: > Hi Markus, > > On Sat, 2015-09-26 at 20:51 +0200, Markus Mohrhard wrote: > > so we have been running our in-build performance tests now for a few > > weeks and recently discovered that our internal memory allocator is > > causing spik

[Libreoffice-commits] core.git: sal/rtl

2015-09-27 Thread Markus Mohrhard
sal/rtl/alloc_global.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 006d30b1a29e2c471a96c0f4658beea8cb86b338 Author: Markus Mohrhard Date: Mon Sep 28 08:16:11 2015 +0200 by default use the system memory allocator Anything except an unset G_S

[Libreoffice-commits] core.git: 8 commits - idlc/inc idlc/source solenv/bin

2015-09-27 Thread Stephan Bergmann
idlc/inc/idlc/astexpression.hxx | 16 - idlc/source/astexpression.cxx | 406 ++ solenv/bin/macosx-change-install-names.pl |2 3 files changed, 205 insertions(+), 219 deletions(-) New commits: commit 262b5e0b3e870ea51c590de8d6cc34111c34ad0f

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLKit.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7a12c411b841b4ace184f095489be704609cf221 Author: Henry Castro Date: Sun Sep 27 18:57:05 2015 -0400 loolwsd: forgot uncomment loKit diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp index

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp | 41 +++ 1 file changed, 33 insertions(+), 8 deletions(-) New commits: commit 334874cc527f8726992b0b9361a15104b61ca9c0 Author: Henry Castro Date: Sun Sep 27 18:48:28 2015 -0400 loolwsd: drop client connection after wa

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp |4 1 file changed, 4 insertions(+) New commits: commit 6fc60667ef16b4b7daa03094e68d1b73e1c5d3d3 Author: Henry Castro Date: Sun Sep 27 18:41:21 2015 -0400 loolwsd: request new connection when client load document diff --git a/loolwsd/MasterProces

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/MasterProcessSession.cpp loolwsd/MasterProcessSession.hpp

2015-09-27 Thread Henry Castro
loolwsd/MasterProcessSession.cpp | 18 +++--- loolwsd/MasterProcessSession.hpp |2 +- 2 files changed, 12 insertions(+), 8 deletions(-) New commits: commit 74296af4b409491392eecccd1802ef40e9555b98 Author: Henry Castro Date: Sun Sep 27 18:37:02 2015 -0400 loolwsd: change

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 14 ++ loolwsd/LOOLWSD.hpp |2 ++ 2 files changed, 16 insertions(+) New commits: commit d621a49ffee698473283d56d88d00651b62ae116 Author: Henry Castro Date: Sun Sep 27 18:21:15 2015 -0400 loolwsd: create writer pipe to send messages to broker process

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |4 1 file changed, 4 insertions(+) New commits: commit 091d9cdbd2eda4ad3487f9baebc458ed2f8876d4 Author: Henry Castro Date: Sun Sep 27 18:08:08 2015 -0400 loolwsd: clear cache URL when child processes died diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOL

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 278 - 1 file changed, 274 insertions(+), 4 deletions(-) New commits: commit 85de9ac86f0ca858439ad14492f1df1ec1e26a4e Author: Henry Castro Date: Sun Sep 27 18:04:12 2015 -0400 loolwsd: add pipe thread handler diff

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 13 + 1 file changed, 13 insertions(+) New commits: commit 361a190cdf3696f12d80539beedce0edc344d22d Author: Henry Castro Date: Sun Sep 27 17:45:13 2015 -0400 loolwsd: fork new child if new client requests diff --git a/loolwsd/LOOLBroker.cpp b/loolws

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) New commits: commit 3fd57d9c968395bd1178de80eb76cbc9d2b8 Author: Henry Castro Date: Sun Sep 27 17:39:25 2015 -0400 loolwsd: open reader FIFO to read messages from client diff --git a

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 15 +++ 1 file changed, 15 insertions(+) New commits: commit 764f9f398ad86004509f5d8b3c527fc40c787bb6 Author: Henry Castro Date: Sun Sep 27 17:33:05 2015 -0400 loolwsd: create reader FIFO to read messages from childs diff --git a/loolwsd/LOOLBroker.

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) New commits: commit 7f7453cd7f3a2b0c2597d4a0506acfc588d1fe6a Author: Henry Castro Date: Sun Sep 27 17:25:52 2015 -0400 loolwsd: change startupLibreOfficeKit to report error status diff --git

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit c4a97a172b43272f97a215e26dbb45d82ec8943e Author: Henry Castro Date: Sun Sep 27 17:18:33 2015 -0400 loolwsd: change map childprocesses to store file descriptor FIFO diff --git a/lool

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) New commits: commit 1cbeabb18f94cea85740a7786b0f75964cec935c Author: Henry Castro Date: Sun Sep 27 17:14:00 2015 -0400 loolwsd: crate writer FIFO pipe to send message to childs di

[Libreoffice-commits] core.git: 3 commits - sw/inc sw/source

2015-09-27 Thread Jan Holesovsky
sw/inc/doc.hxx | 12 - sw/inc/fesh.hxx |9 ++- sw/inc/swtable.hxx | 20 sw/inc/tblafmt.hxx |7 ++ sw/source/core/doc/docnew.cxx |2 sw/source/core/doc/tblafmt.cxx | 23 - s

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source

2015-09-27 Thread Eike Rathke
sc/source/ui/view/cellsh2.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 00adc13618d7957da43318a69559da82fbbb53a7 Author: Eike Rathke Date: Thu Sep 17 17:12:03 2015 +0200 Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExport Change-Id: Id0fe

[Libreoffice-commits] core.git: sdext/source sd/source

2015-09-27 Thread Caolán McNamara
sd/source/ui/view/drviewsa.cxx|2 +- sd/source/ui/view/viewshel.cxx|2 +- sdext/source/minimizer/fileopendialog.hxx |2 +- sdext/source/minimizer/graphiccollector.hxx |2 +- sdext/source/minimizer/informationdial

[Libreoffice-commits] core.git: sc/source

2015-09-27 Thread Markus Mohrhard
sc/source/core/data/postit.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit b3cc2c6d234156e7d5be2c3f2cacd20ab44ce94f Author: Markus Mohrhard Date: Sun Sep 27 21:05:13 2015 +0200 don't try to create OUString from editeng directly, tdf#94542

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp |5 + loolwsd/LOOLKit.cpp| 146 - 2 files changed, 148 insertions(+), 3 deletions(-) New commits: commit ace1ec813db24c248c66fde0699ddf44c53c30a8 Author: Henry Castro Date: Sun Sep 27 13:59:24 2015 -0400 loolw

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLKit.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLKit.cpp | 172 +--- 1 file changed, 112 insertions(+), 60 deletions(-) New commits: commit 02d114191d23e701282c14ff5cd580eaf42564e8 Author: Henry Castro Date: Sun Sep 27 13:39:09 2015 -0400 loolwsd: add Connection thread class

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/Util.cpp loolwsd/Util.hpp

2015-09-27 Thread Henry Castro
loolwsd/Util.cpp | 67 +++ loolwsd/Util.hpp |6 2 files changed, 73 insertions(+) New commits: commit 0e6367c1692b992d7c97eb343fbfcd29eb4185da Author: Henry Castro Date: Sun Sep 27 12:27:40 2015 -0400 loolwsd: add FIFO write,

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolmap.c

2015-09-27 Thread Henry Castro
loolwsd/loolmap.c |1 + 1 file changed, 1 insertion(+) New commits: commit fdc9881be5ab4abc97090642e032ee68a9e89c1c Author: Henry Castro Date: Sun Sep 27 12:18:18 2015 -0400 loolwsd: add string.h header to avoid warnings. diff --git a/loolwsd/loolmap.c b/loolwsd/loolmap.c index 83975

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/loolwsd-systemplate-setup

2015-09-27 Thread Henry Castro
loolwsd/loolwsd-systemplate-setup |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7f9c24eeaeb9dbb5098447ec1a14631b2dd28254 Author: Henry Castro Date: Sun Sep 27 12:14:57 2015 -0400 loolwsd: use g++ to avoid warnings. diff --git a/loolwsd/loolwsd-systempla

[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp loolwsd/MasterProcessSession.cpp

2015-09-27 Thread Henry Castro
loolwsd/LOOLBroker.cpp | 12 loolwsd/LOOLWSD.cpp |1 - loolwsd/LOOLWSD.hpp |2 -- loolwsd/MasterProcessSession.cpp |8 4 files changed, 23 deletions(-) New commits: commit c69e9e3055aed04d0862d3ff968778aa21636937 Author: Henr

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - ucb/source

2015-09-27 Thread Pedro Giffuni
ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx |4 ++-- ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx |4 ++-- ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 17a4c39f1c13165a0b3e96739ec3398987ff889

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #12 from Siddharth Khabia --- i find this bug great to start off with so can i also join in with umang and do the sw module to get hang of this ? once i am done with with sw how do i submit it ? -- You are receiving this mai

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #11 from Siddharth Khabia --- i find this bug great to start off with so can i also join in with umang and do the sw module to get hang of this ? once i am done with with sw how do i submit it ? -- You are receiving this mai

[Libreoffice-qa] New Whiteboard tags created for text layout bugs: text:rtl, text:cjk, text:ctl

2015-09-27 Thread Aleksandr P
Hello, Robinson. 1. From Wiki: > The default text layout is Left-to-Right, so we don't both using a "text:rtl" > tag, as that would be silly. Could you explain the sentence more clearly? Is it mean not to use both text:rtl and text:ctl? 2. Should we use any of the tags for problems with top-t

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

2015-09-27 Thread Eike Rathke
sc/source/ui/view/cellsh2.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b37eda64cfdad7d60319b08fc8307a2237a724f6 Author: Eike Rathke Date: Thu Sep 17 17:12:03 2015 +0200 Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExport Change-Id: Id0fe

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

2015-09-27 Thread Winfried Donkers
sc/source/core/tool/compiler.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2cc040878ce816b0353224910333e33a20983359 Author: Winfried Donkers Date: Wed Sep 23 15:13:46 2015 +0200 follow up of tdf#94214 provide forward compatibility for name change of FINV