[cmake-developers] [PATCH 0/9] Xcode: Generate stable project files
David Cole
DLRdave at aol.com
Mon Apr 13 20:10:29 EDT 2015
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 people get into cleaning stuff up - little things like this
make all the difference when you're trying to analyze how something's put
together.
Thanks for the effort
On Monday, April 13, 2015, Rolf Eike Beer <eike at sf-mail.de> wrote:
> 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 called internally) the user cannot diff the CMake
> > project and the one stored by Xcode afterwards.
> >
> > The major difference now is that Xcode objects are sorted before
> > project generation so that they appear sorted within the individual
> > sections.
> >
> > Indention is done by using tabs instead of seven spaces.
> >
> > I tested this series with Xcode 6.3 and Xcode 3.2. Both show a
> > reduced diff after this series was applied.
>
> This explanation will be lost when the patches are applied, therefore I
> would
> like to see parts of these text in the individual commit messages, e.g.
> just
> add a "as Xcode itself does" to the change from spaces to tabs.
>
> Greetings,
>
> Eike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150413/edb6a2dd/attachment.html>
More information about the cmake-developers
mailing list