Re: [cmake-developers] [PATCH 0/2] Fix some minor annoyances in Xcode generator.

2013-02-18 Thread Brad King
On 02/17/2013 11:20 AM, Alexander Chehovsky wrote: Also, forgot to note that patch Fixed nested source group handling in Xcode generator. resolves this bug: http://public.kitware.com/Bug/view.php?id=12943 I've actually posted a patch there some time ago, but it was not noticed, apparently.

Re: [cmake-developers] [PATCH 0/2] Fix some minor annoyances in Xcode generator.

2013-02-17 Thread Brad King
On 2/16/2013 8:23 AM, Mad Fish wrote: Mad Fish (2): Fixed nested source group handling in Xcode generator. Sort source files in Xcode generator. Thanks. Please revise the commit messages to explain in more detail the before and after behaviors and how the patches achieve them. For

Re: [cmake-developers] [PATCH 0/2] Fix some minor annoyances in Xcode generator.

2013-02-17 Thread Alexander Chehovsky
Here is illustration: For the first patch, Fixed nested source group handling in Xcode generator.: * before: http://i.imgur.com/s3Lz7ji.png * after: http://i.imgur.com/11Is2wP.png I'm not sure how to best describe it in a commit message, but the fix is to make code path for nested case build the

Re: [cmake-developers] [PATCH 0/2] Fix some minor annoyances in Xcode generator.

2013-02-17 Thread Alexander Chehovsky
Also, forgot to note that patch Fixed nested source group handling in Xcode generator. resolves this bug: http://public.kitware.com/Bug/view.php?id=12943 I've actually posted a patch there some time ago, but it was not noticed, apparently. On Sun, Feb 17, 2013 at 4:54 PM, Alexander Chehovsky

[cmake-developers] [PATCH 0/2] Fix some minor annoyances in Xcode generator.

2013-02-16 Thread Mad Fish
Mad Fish (2): Fixed nested source group handling in Xcode generator. Sort source files in Xcode generator. Source/cmGlobalXCodeGenerator.cxx | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) -- 1.7.12.4 (Apple Git-37) -- Powered by www.kitware.com Visit other