1 |
<span style="font-family: verdana, geneva; font-size: small;">The CMake 2.8.9 release candidate stream continues! You can find the source and binaries here:</span> |
1 |
<span style="font-family: verdana, geneva; font-size: x-small;"><br /></span><span class="Apple-style-span" style="font-family: verdana, geneva; font-size: small;"> <a style="font-family: verdana, geneva; font-size: small;" title="http://www.cmake.org/files/v2.8/?C=M;O=D" href="http://www.cmake.org/files/v2.8/?C=M;O=D">http://www.cmake.org/files/v2.8/?C=M;O=D</a></span> |
1 |
<span style="font-family: verdana, geneva; font-size: small;"><br /></span> |
1 |
<span style="font-family: verdana, geneva; font-size: small;">Some of the notable changes in this release are:</span> |
1 |
<span style="font-family: verdana, geneva; font-size: small;"><br /></span> |
- the new Ninja generator is now enabled by default on Windows (and now Mac, too!)
- added POSITION_INDEPENDENT_CODE target property, automatically adds -fPIC and -fPIE for compilers that require it
- added -Dvar=value command line handling to ctest
- added MUMPS coverage support to ctest, including GTM and Cache
- and, as always, various minor bug fixes
1 |
<br /><span style="font-family: verdana, geneva; font-size: small;">The bug tracker change log page for this version is at:</span><br /><br /><span style="font-family: verdana, geneva; font-size: small;"> <a title="http://public.kitware.com/Bug/changelog_page.php?version_id=93" href="http://public.kitware.com/Bug/changelog_page.php?version_id=93">http://public.kitware.com/Bug/changelog_page.php?version_id=93</a></span><br /><span class="Apple-style-span" style="font-family: verdana, geneva; font-size: small;"><br /></span> |
1 |
<span style="font-size: small;">Following is the complete list of changes in this rc since the second rc. Please try this</span> |
1 |
<span style="font-size: small;">version of CMake on your projects and report any issues to the list or the bug tracker.</span> |
1 |
<span style="font-size: small;">This will be the last release candidate, which will become final unless somebody</span> |
1 |
<span style="font-size: small;">reports a serious regression in behavior.</span> |
1 |
<br /><br /><span style="font-family: verdana, geneva; font-size: small;">Thanks!</span><br /><br /><span style="font-family: verdana, geneva; font-size: small;">-Dave</span><br /><br /><br /><br /><br />Changes in CMake 2.8.9-rc3 (since 2.8.9-rc2)<br />--------------------------------------------<br />Alexey Ozeritsky (1):<br /> Fixed: FindLAPACK does not find MKL 10.3 when using gcc 4.x<br /><br />Brad King (3):<br /> pre-commit: Reject C++ code with lines too long<br /> Tests/X11: Add missing include <stdlib.h> for 'rand'<br /> Tests/ObjC++: Use standard <iostream> header<br /><br />David Cole (1):<br /> CPack: Use bin subdir when looking for dpkg and rpmbuild<br /><br />Eric NOULARD (2):<br /> Do not run cpack at CMake time it is not available.<br /> Find dpkg and rpmbuild in usual Fink and MacPort paths<br /><br />Nicolas Despres (17):<br /> Ninja: Cannot pass a reference to an anonymous object.<br /> Ninja: Add support for OS X app bundles.<br /> Ninja: Add support for OX X library framework.<br /> Ensure 3rd party libraries are writable.<br /> Remove trailing white-spaces.<br /> Re-factor OS X bundle and framework generation.<br /> Ninja: Copy resource files in the bundle.<br /> Ninja: Add support for CFBundle.<br /> Enable BundleTest with CLang too.<br /> Re-factor CFBundle generation.<br /> Ninja: Use same echo message as makefiles.<br /> Re-factor bundle content copying rules generation.<br /> Re-factor Mac OS X content directory computation.<br /> Re-factor framework directory computation.<br /> Re-factor OS X content generator start up.<br /> Fix memory leak in Makefile generator.<br /> Add missing this->.<br /><br />Peter Kuemmel (1):<br /> Ninja: dep files and multiple -arch flags not possible on mac<br /><br />Peter Kümmel (24):<br /> Ninja: windres is also used for cross-compiling<br /> Ninja: search for windres with prefix<br /> Ninja: there could be null pointers<br /> Ninja: more searching for windres<br /> Ninja: path is already declared<br /> Ninja: fix GCC 4.7 warning -Wconversion<br /> Ninja: fix sytle<br /> Ninja: also stop when .rc's .d file couldn't be generated<br /> Ninja: readd quotes to src file path before patching it<br /> Ninja: cmcldeps needs absolute paths for RCs<br /> Ninja: on Mac no multiple -arch because of -M<br /> Ninja: fix mis-matching endif() argument<br /> Ninja: also mingw needs TARGET_PDB<br /> Ninja: line length<br /> Ninja: make TARGET_PDB a real .gdb file name<br /> Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIX<br /> Ninja: remove 'friend' in ninja code<br /> Ninja: remove warnings<br /> Ninja: remove 'this' from member initializer list<br /> Ninja: fixes for bcc<br /> Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later<br /> Ninja: void function can't return a value<br /> Ninja: enable ninja support everywhere<br /> Ninja: also bootstrap ninja files |