Re: Version 2.6.4

2014-11-26 Thread David Carlson
On 11/21/2014 11:08 AM, Wm wrote: Fri, 21 Nov 2014 07:00:53 b783f0d7-8dbc-4926-8139-29352347f...@ceridwen.us John Ralls jra...@ceridwen.us On Nov 20, 2014, at 10:35 PM, Wm wm+...@tarrcity.demon.co.uk wrote: Thu, 20 Nov 2014 16:23:38 9a4e0683-21e6-4e34-ac60-90f5cd414...@ceridwen.us John

Re: Compile test-core in C++

2014-11-26 Thread Aaron Laws
On Sat, Nov 22, 2014 at 10:02 AM, Chenxiong Qi qcxh...@gmail.com wrote: I converted QofCollection_s to a C++ class named QofCollection placed in same header file src/libqof/qof/qofid.h, I would advise against putting the class declaration into this file. It can certainly be done by following

Re: Compile test-core in C++

2014-11-26 Thread John Ralls
On Nov 26, 2014, at 12:55 PM, Aaron Laws dartm...@gmail.com wrote: Mr. Rall’s Ralls’s. I’m plural. ;-) Right. The C tests (using the gtest framework) shouldn't see any C++. Actually, the C tests shouldn't change at all (ideally) in response to your work. It sounds like your