Re: [cmake-developers] [PATCH 0/9] Xcode: Generate stable project files

2015-04-14 Thread Brad King
On 04/13/2015 03:37 PM, Gregor Jasny wrote: > this patch series aims to minimize deltas between the CMake Xcode > generator and Xcode itself. It was started by the observation that > if one makes any change to the project within Xcode (e.g. to see > how a variable is called internally) the user can

Re: [cmake-developers] [PATCH 0/9] Xcode: Generate stable project files

2015-04-13 Thread David Cole via cmake-developers
Nice!! I agree with Eike: perhaps you could start the patch series by putting the verbose explanation in the text of the first commit, and explain "the following 8... commits all help to minimize the diffs between CMake generated project files and Xcode native project files." I love it when peopl

Re: [cmake-developers] [PATCH 0/9] Xcode: Generate stable project files

2015-04-13 Thread Rolf Eike Beer
Am Montag, 13. April 2015, 21:37:57 schrieb Gregor Jasny: > Hello, > > this patch series aims to minimize deltas between the CMake Xcode > generator and Xcode itself. It was started by the observation that > if one makes any change to the project within Xcode (e.g. to see > how a variable is calle

[cmake-developers] [PATCH 0/9] Xcode: Generate stable project files

2015-04-13 Thread Gregor Jasny
Hello, this patch series aims to minimize deltas between the CMake Xcode generator and Xcode itself. It was started by the observation that if one makes any change to the project within Xcode (e.g. to see how a variable is called internally) the user cannot diff the CMake project and the one store