[CMake] CMake 2.8.5-rc3 ready for testing!

2011-06-27 Thread David Cole
The CMake 2.8.5 release candidate stream continues! You can find the
source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D

I hope this will be the last release candidate for CMake 2.8.5. We'll build
and release 2.8.5 this week unless somebody reports a "must fix" major
regression from a previous release.

The pre-built binary builds for the IRIX platform are not yet built and
uploaded. I'm having trouble connecting to the build machine for that
platform at the moment. As soon as I can connect, I'll get that built and
uploaded. Until then, you can build CMake from source on that platform.

Following is the list of changes in this release. Since we switched to
git, this list is now the 'git log' one line summary written by the
named CMake developers.

Please try this version of CMake on your projects and report any
issues to the list or the bug tracker.

Happy building!
-Dave


Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)

Bill Hoffman (4):
  Use devenv instead of msbuild for vs2010.
  Revert "With very long file names, VS 2010 was unable to compile files."
  Use relative paths for custom command inputs.
  Look for VCExpress as a possible build tool as well as devenv.

Brad King (3):
  KWSys: Recognize color TERM=screen-256color-bce (#12287)
  find_library: Use lib->lib64 conversion in CXX-only projects
(#12247,#12248)
  libarchive: Install COPYING with CMake documentation

Christoph Höger (1):
  FindJNI: Search in Fedora arch-specific JVM location (#12276)

Julien Malik (1):
  FindSWIG: Use NAMES in find_program directives (#12280)

Modestas Vainius (1):
  Documentation: Fix spelling / formatting errors (#12287)

Philip Lowman (3):
  FindBoost: Fixes #12188
  FindBoost: Also search for 1.46.1
  Detect VS 2010 SP1, faster and more robust detection
___
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://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] CMake 2.8.5-rc3 ready for testing!

2011-06-28 Thread Bill Hoffman

On 6/27/2011 11:41 AM, David Cole wrote:



Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2)

Bill Hoffman (4):
   Use devenv instead of msbuild for vs2010.
   Revert "With very long file names, VS 2010 was unable to compile files."
   Use relative paths for custom command inputs.
   Look for VCExpress as a possible build tool as well as devenv.


Several people have asked me off the list why this change was made.  So, 
I am going to answer on the list.  This is in preparation for support of 
intel fortran and VS2010.  The intel folks did not actually convert the 
format of the .vfproj files.  They are still using the vs9 format not 
the new vs10/msbuild xml files. As a result you can not use msbuild to 
build a vs10 project that contains any fortran, and you have to use 
devenv.  At the start of the v10 work, I had to switch to msbuild 
because devenv used to crash on many of the cmake tests.  It does not do 
that anymore.  Also, because of the way things work it would be very 
difficult to use msbuild for c/c++ and devenv for fortran.  Since all 
the tests are working, I don't think it should cause any issues.  BTW, I 
am still working on the actual fortran support... :)


-Bill
___
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://www.cmake.org/mailman/listinfo/cmake