On 03/22/2016 10:30 AM, Daniel Pfeifer wrote:
> cmGlobalKdevelopGenerator: port to cmXMLWriter
> https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dfd8b4d3
>
> Oops, I saw this one failed the dashboard build. A fixup is attached.
> Sorry for the noise.
Thanks. I've applied that and wil
On Mon, Mar 21, 2016 at 3:39 PM Brad King wrote:
> On 03/19/2016 05:08 PM, Daniel Pfeifer wrote:
> > I ported some more generators to cmXMLWriter.
>
> Thanks. I've applied and merged to 'next' for testing:
>
> cmXMLWriter: overload Element() method for empty elements
> https://cmake.org/gitweb?p
On 03/19/2016 05:08 PM, Daniel Pfeifer wrote:
> I ported some more generators to cmXMLWriter.
Thanks. I've applied and merged to 'next' for testing:
cmXMLWriter: overload Element() method for empty elements
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dd27e313
cmXMLWriter: add Doctype()
Hi all! Hi Daniel!
Thank you for the work done.
I'm the developer CPack IFW generator.
I heard about cmXMLWriter and planned to use it,
but I couldn't find the time to do it.
I looked 0007-CPack-IFW-port-to-cmXMLWriter.patch and at first glance
everything should work as before, but I haven't co