[cmake-developers] CMake 2.8.4 available for download
David Cole
david.cole at kitware.com
Tue Feb 22 10:45:56 EST 2011
On Tue, Feb 22, 2011 at 9:46 AM, Rolf Eike Beer <eike at sf-mail.de> wrote:
>> On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben and the rest of
>> the CMake team, we are pleased to announce that CMake 2.8.4 is
>> available for download at: http://www.cmake.org/files/v2.8/?C=M;O=D
>
>> Rolf Eike Beer (2):
>> allow STRING(SUBSTRING) work with length -1 as "rest of the string"
>> Add the WORKING_DIRECTORY property to tests
>
> Here are at least 2 things missing,
> 99ddf6a12d54854ae4f27eecd592fef5cb22640f and
> 1c2a9b8140829ba886d67bca084ee40eb0a20b84. Looking deeper it looks like if
> the patches where applied in a wrong way:
>
> commit 99ddf6a12d54854ae4f27eecd592fef5cb22640f
> Author: David Cole <david.cole at kitware.com>
> Date: Wed Jan 5 15:38:52 2011 -0500
>
> KWSys: Retrieve QNX specific memory and processor info (#11329)
>
> Author: Rolf Eike Beer <eike at sf-mail.de> 2010-10-18 12:03:39
>
> commit 1c2a9b8140829ba886d67bca084ee40eb0a20b84
> Author: David Cole <david.cole at kitware.com>
> Date: Wed Jan 5 15:35:35 2011 -0500
>
> KWSys: Fix CPU speed calculations (#9963)
>
> To get from Hz to MHz the factor is 10^6, not 2^20.
>
> Author: Rolf Eike Beer <eike at sf-mail.de> 2010-10-24 06:31:11
>
> Nothing that important, I was just looking if these changes were lost in
> the changelog.
>
> Eike
> _______________________________________________
> cmake-developers mailing list
> cmake-developers at cmake.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>
Sorry about that. That's why I put you in as the "Author" inside my
commit message.
Not even the great Oz has commit privileges to KWSys files through
git. So... we cannot just "git am -3" a patch containing KWSys fixes.
KWSys is (embarrassingly?) still hosted in a CVS repository that is
automatically replayed to our git repository via a robot that runs
frequently and periodically from a cron job. When we get patches that
change KWSys, we have to separate those into separate commits and
apply them with good old cvs commit and then wait for the robot to
apply the rest via git...
That's the best I can do.
:-)
David
More information about the cmake-developers
mailing list