Re: [cmake-developers] XCode recursive folders support

2013-05-10 Thread Brad King
On 02/15/2011 08:39 AM, Johan Björk wrote:
> I created a patch which adds support for multiple folders in Xcode

Please see issue

 http://www.cmake.org/Bug/view.php?id=14133

related to your implementation of this feature.

Thanks,
-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] XCode recursive folders support

2011-02-15 Thread Johan Björk
Thanks & done.

/Johan


On Tue, Feb 15, 2011 at 3:00 PM, Brad King  wrote:

> On 02/15/2011 08:39 AM, Johan Björk wrote:
> > Hi everyone,
> >
> > I created a patch which adds support for multiple folders in Xcode;
> >  http://www.vtk.org/Bug/view.php?id=10039
> >
> > I wasn't able to find a good place for common string helpers or similar,
> > in cmSourceGroupCommand.cxx, there is an inline copy of a tokenize()
> > function which I bluntly copied to cmGlobalXCodeGenerator.cxx in my
> > patch, but that's really ugly :(.
> >
> > Where should code like that go? In KWSys?
>
> Please factor it out into cmSystemTools.(h|cxx).
>
> Thanks,
> -Brad
>
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] XCode recursive folders support

2011-02-15 Thread Brad King
On 02/15/2011 08:39 AM, Johan Björk wrote:
> Hi everyone,
> 
> I created a patch which adds support for multiple folders in Xcode;
>  http://www.vtk.org/Bug/view.php?id=10039
> 
> I wasn't able to find a good place for common string helpers or similar,
> in cmSourceGroupCommand.cxx, there is an inline copy of a tokenize()
> function which I bluntly copied to cmGlobalXCodeGenerator.cxx in my
> patch, but that's really ugly :(.
> 
> Where should code like that go? In KWSys?

Please factor it out into cmSystemTools.(h|cxx).

Thanks,
-Brad
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


[cmake-developers] XCode recursive folders support

2011-02-15 Thread Johan Björk
Hi everyone,

I created a patch which adds support for multiple folders in Xcode;
http://www.vtk.org/Bug/view.php?id=10039

I wasn't able to find a good place for common string helpers or similar,
in cmSourceGroupCommand.cxx, there is an inline copy of a tokenize()
function which I bluntly copied to cmGlobalXCodeGenerator.cxx in my patch,
but that's really ugly :(.

Where should code like that go? In KWSys?

Cheers
/Johan
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers