Re: [cmake-developers] contributing to CMake

2015-05-26 Thread Brad King
On 05/25/2015 12:20 PM, Michael Scott wrote: > I'm interested in contributing to the development of CMake, so I'd like > to find out more about what opportunities there are for this, and how > I'd go about doing it? Great, and welcome! As described in CONTRIBUTING.rst at the top of the source t

[cmake-developers] [CMake 0015585]: Add support for the if / else construct to generator expressions

2015-05-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15585 == Reported By:Ilya Assigned To: ===

[cmake-developers] [CMake 0015586]: Add support for lists inside generator expressions

2015-05-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15586 == Reported By:Ilya Assigned To: ===

Re: [cmake-developers] CMake 3.3 feature freeze on 2015-06-01

2015-05-26 Thread Brad King
On 03/23/2015 12:53 PM, Brad King wrote: > Please schedule any planned topics accordingly. Any major or disruptive > changes should be completed a few weeks prior to the freeze or delayed > until after 'next' re-opens. In preparation for this freeze to 'master' next week, I'm now freezing 'next'

Re: [cmake-developers] cmXMLWriter

2015-05-26 Thread Brad King
On 05/25/2015 09:10 AM, Daniel Pfeifer wrote: > I wrote a simple XML writer (cmXMLWriter) that takes care of > indentation, escaping, and balancing of end tags. I also ported all of > CTest's XML generation to cmXMLWriter. > > https://github.com/purpleKarrot/CMake/commits/xmlwriter Thanks! That

Re: [cmake-developers] Importing platform SDK libraries without a full path

2015-05-26 Thread Brad King
On 05/25/2015 08:27 AM, Stephen Kelly wrote: > it should probably be an error to use TARGET_FILE on an > INTERFACE target. That doesn't seem to currently be the case. We already reject that. I've added a test case to show this in another topic: Tests: Add case for rejecting $ on an INTERFACE l

Re: [cmake-developers] contributing to CMake

2015-05-26 Thread Michael Scott
Hi Brad, Thanks! Initially I'd be looking for suggestions for entry tasks, then perhaps after some of those, if I see an area I'm particularly interested in I could propose contributions to those areas. Cheers, Michael On 26/05/2015 14:34, Brad King wrote: On 05/25/2015 12:20 PM, Michael Sc

Re: [cmake-developers] Importing platform SDK libraries without a full path

2015-05-26 Thread Stephen Kelly
Brad King wrote: > On 05/25/2015 08:27 AM, Stephen Kelly wrote: >> it should probably be an error to use TARGET_FILE on an >> INTERFACE target. That doesn't seem to currently be the case. > > We already reject that. I've added a test case to show this in > another topic: > > Tests: Add case fo

[cmake-developers] [CMake 0015587]: Add more RST markup to documentation

2015-05-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15587 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] contributing to CMake

2015-05-26 Thread Stephen Kelly
Michael Scott wrote: > Hi Brad, > > Thanks! Initially I'd be looking for suggestions for entry tasks, then > perhaps after some of those, if I see an area I'm particularly > interested in I could propose contributions to those areas. Here are four bug reports which could be good starting points