Re: CPPUNIT road map, recent changes etc.

2012-11-07 Thread Markus Mohrhard
Hey,


2012/10/30 John McCabe j...@assen.demon.co.uk:
 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?


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 upstreamed our patches and fixed some bugs.
I'm currently planning some more changes but this is only on paper and
nothing written as code yet.

You can find a documentation generated from my latest master build at
http://people.freedesktop.org/~mmohrhard/cppunit/

 Thank you for those links, they're very useful. Can they be added to the wiki 
 page easily?


Well, I'd not like to use the people.freedesktop address as default
address for the cppunit documentation. It is mainly a version from my
master tree that already contains some parts that will maybe make it
into 1.14.0 and I don't think the webspace there should be used for
such tasks. However I have not yet a better idea where to place the
documentation. Except for that I think if you're interested you can
also edit the freedesktop wiki page about cppunit.

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: CPPUNIT road map, recent changes etc.

2012-11-02 Thread John McCabe


Markus,

Markus Mohrhard markus.mohrh...@googlemail.com wrote:

2012/10/30 John McCabe j...@assen.demon.co.uk:
 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?


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 upstreamed our patches and fixed some bugs.
I'm currently planning some more changes but this is only on paper and
nothing written as code yet.

You can find a documentation generated from my latest master build at
http://people.freedesktop.org/~mmohrhard/cppunit/

Thank you for those links, they're very useful. Can they be added to the wiki 
page easily? 

Much appreciated.

John.

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: CPPUNIT road map, recent changes etc.

2012-11-01 Thread Michael Meeks

On Tue, 2012-10-30 at 22:29 +, John McCabe wrote:
 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? 

Help updating the wiki would 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...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: CPPUNIT road map, recent changes etc.

2012-11-01 Thread John McCabe

On 01/11/2012 10:17, Michael Meeks wrote:

On Tue, 2012-10-30 at 22:29 +, John McCabe wrote:

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?

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 suspect) :-)


I'm only just getting to the point where, hopefully, I'll be able to use 
CppUnit in more depth so I don't really have anything to contribute at 
the moment. We'll see how it goes though!


Thanks for your reply.
John

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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 Yoshida wrote:
 On 10/30/2012 03:42 PM, Lubos Lunak wrote:
 On Tuesday 30 of October 2012, Kohei Yoshida wrote:
 Hi there,

 Just noticed this today that, on master, the ENABLE_SYMBOLS=true
doesn't
 seem to turn on symbols.

 Does this ring a bell to anyone?



http://lists.freedesktop.org/archives/libreoffice/2012-October/040051.html


 Thanks.  Obviously I missed that that change would eliminate
 ENABLE_SYMBOLS option altogether.

 Anyway, sounds like not many people use this option, and I happened
to
 be one of the few that use it (?)  So, I wrote a wrapper to make to
 revive this use case.

...

 inside a module should just enable debug symbols, and nothing but
symbols.

So, this script can add -g to the CXXFLAGS, but unfortunately the 
symbols get stripped during linking because of -Wl,-S option passed to 
the linker.

To work around this, I need to find a way to not add this -S option to 
the linker flag in my wrapper script, but so far I'm a bit lost.  It's 
easier to add an additional flag but is very hard to remove flag
manually.

Any clever ideas?

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: CPPUNIT road map, recent changes etc.

2012-10-31 Thread Markus Mohrhard
2012/10/30 John McCabe j...@assen.demon.co.uk:
 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?


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 upstreamed our patches and fixed some bugs.
I'm currently planning some more changes but this is only on paper and
nothing written as code yet.

You can find a documentation generated from my latest master build at
http://people.freedesktop.org/~mmohrhard/cppunit/

Regards,
Markus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice