Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-10-21 Thread Michael Meeks
On Fri, 2011-10-21 at 21:02 +0200, Michael Stahl wrote: > have replaced this implementation with a new, faster one: Nice work :-) > but perhaps that just means my new machine is too fast; perhaps somebody > wants to benchmark it on their netbook/Alpha box/ARM wristwatch You kno

Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-10-21 Thread Michael Stahl
On 21/04/11 18:33, Bjoern Michaelsen wrote: On Tue, 19 Apr 2011 18:24:57 +0100 Michael Meeks wrote: If not, it sounds like we should have it always enabled (?), particularly if we can cleanup the issues it finds :-) Enabled by default on master with: http://cgit.freedesktop.org/libre

Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-04-21 Thread Bjoern Michaelsen
On Tue, 19 Apr 2011 18:24:57 +0100 Michael Meeks wrote: > If not, it sounds like we should have it always enabled (?), > particularly if we can cleanup the issues it finds :-) Enabled by default on master with: http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=9c028fe3ff8b5db3f

Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-04-19 Thread Bjoern Michaelsen
Hi Michael, On Tue, 19 Apr 2011 18:24:57 +0100 Michael Meeks wrote: > Can you unpack 'long strings' for me ? is it noticeably > slower: >5% ? does it print tons of scrolling debug for every module > built ? :-) Long string as in "one string containing a list of every object in the build a

Re: [Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-04-19 Thread Michael Meeks
On Sat, 2011-04-16 at 14:48 +0200, Bjoern Michaelsen wrote: > I have not enabled that in the default build, as it uses some pretty > long strings in GNU make and should not be needed on every build. Can you unpack 'long strings' for me ? is it noticeably slower: >5% ? does it print tons o

[Libreoffice] gbuild: use gb_CHECKOBJECTOWNER to check for double linked objects

2011-04-16 Thread Bjoern Michaelsen
Hi all, you can now run: make -sr gb_CHECKOBJECTOWNER=T in a module or in the source root (add "-f GNUmakefile.mk" in source root). It will then check for objects that are linked in multiple libraries, which is: a) not really supported in gbuild and likely does not what you intend b) should b