I am happy to announce that CMake 2.8.8 has entered the release candidate stage!
You can find the source and binaries here:
http://www.cmake.org/files/v2.8/?C=M;O=D
Some of the notable changes in this release are:
- per target include directories via the INCLUDE_DIRECTORIES target property
- new Ninja generator on Linux
- CMakeAddFortranSubdirectory: build MSVC compatible dlls with MinGW gfortran
- CMakePackageConfigHelpers: an easy way to generate a package config file for your package
(do not write a new Find module, provide a package config file)
- various find_package improvements: MODULE mode, clearer error messages
- support for Xcode 4.3 (which has a new default location, and a new directory structure)
- update libarchive to newer upstream version: “libarchive 3.0.2-r4051 (reduced)”
- new OBJECT_LIBRARY target type, CMake flavored “convenience libraries”
- compiler version number is now available in CMake variables
- major Find module clean up effort: consistent use of FIND_PACKAGE_HANDLE_STANDARD_ARGS, add version number variables
- much improved CPack documentation, see “cpack –help-command” and “cpack –help-variable”
- and, as always, various minor bug fixes
Following is the complete list of changes in this rc since the last release. Please try this version of CMake on your projects and report any issues to the list or the bug tracker.
Thanks!
-Dave
1 |
Changes in CMake 2.8.8-rc1 (since 2.8.7) |
1 |
----------------------------------------<br />Aaron C. Meadows (1):<br /> Visual Studio: Allow setting Single Byte Character Set (#12189)<br /><br />Alex Neundorf (34):<br /> GNUInstallDirs: add support for Debian multiarch<br /> FindRuby: fix usage of RUBY_VERSION_MAJOR (#12172)<br /> FindRuby: add more possible library names (for ubuntu, #12172)<br /> FindRuby.cmake: add more debug output<br /> fix FeatureSummary for REQUIRED packages, they were reported as OPTIONAL<br /> FindGetText: fix multiple targets with the same name problem (CMP0002)<br /> fix #6976: FindX11 also searches for X11_Xxf86vm_LIB<br /> GenerateExportHeader: use double quotes around _gcc_version<br /> -remove trailing whitespace<br /> -don't pull in CheckTypeSize.cmake from the cmake which is being built<br /> bootstrap: move while() and endwhile() into the bootstrap build<br /> Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES<br /> find_package: print error if an invalid CONFIGS name is used<br /> find_package: rename NoModule to UseFindModules<br /> find_package: improve error message when no Find module is present<br /> find_package: add MODULE mode to use only Find-modules<br /> find_package: add CONFIG mode keyword alias for NO_MODULE<br /> find_package: mention requested version number in error message<br /> add CMakePackageConfigHelpers: configure_package_config_file()<br /> wrap write_basic_config_version_file as write_basic_package_version_file()<br /> find_package: error out if REQUIRED Config has not been found<br /> write_basic_package_version_file(): improve documentation<br /> write_basic_package_version_file: add ExactVersion mode<br /> WriteBasicConfigVersionFile: add test for ExactVersion mode<br /> find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE<br /> find_package: add test for setting Foo_FOUND to FALSE in a Config file<br /> find_package: additional test for checking the error message<br /> find_package: add OPTIONAL_COMPONENTS keyword<br /> FPHSA(): add missing "]" to documentation<br /> find_package: add documentation for OPTIONAL_COMPONENTS<br /> FPHSA(): add HANDLE_COMPONENTS option<br /> add macro check_required_components() to configure_package_config_file()<br /> Eclipse: fix #13036, make version detection work with symlinks<br /> guard eCos.cmake against multiple inclusion (#12987)<br /><br />Alexandru Ciobanu (2):<br /> CTest: Detect Xcode error "Command ... failed with exit code"<br /> CTest: Match valgrind errors with "points to" (#12922)<br /><br />Alexey Ozeritsky (1):<br /> FindBLAS/FindLAPACK: Work with MKL version 10.3 (#12924, #12925)<br /><br />Artur Kedzierski (1):<br /> Add CURL_CA_BUNDLE option for SSL support (#12946)<br /><br />Bill Hoffman (12):<br /> Add CMakeAddFortranSubdirectory to use MinGW gfortran in VS<br /> VSGNUFortran: Add special case for SunPro Fortran runtime library<br /> VSGNUFortran: Disable test in special cases<br /> CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBAL<br /> Use upgraded qt on linux build machine.<br /> Teach CTest what a ninja error looks like.<br /> Allow two cmake_add_fortran_subdirectory calls in the same project.<br /> Add ability to include a file in a project via a cache variable.<br /> Fix typo in error message, and remove redundent test.<br /> Ninja: Add a cache option CMAKE_ENABLE_NINJA to enable the ninja generator.<br /> Ninja: Fix for PDB files with spaces in the path.<br /> Fix FindMPI for the intel compiler on linux by looking in implict directories.<br /><br />Bjoern Ricks (1):<br /> Fix crash if app bundle executeable couldn't be found<br /><br />Brad King (138):<br /> CheckCCompilerFlag: Generalize "but not for C" case (#12633)<br /> complex: Remove ancient unused ComplexRelativePaths test<br /> complex: Sync Tests/ComplexOneConfig with Tests/Complex<br /> complex: Remove dynamic loader tests<br /> complex: Move GeneratedFileStream test to CMakeLibTests<br /> complex: Simplify test for single-character exe name<br /> complex: Move cmSystemTools::UpperCase test to CMakeLibTests<br /> complex: Remove test dependence on cmSystemTools<br /> complex: Remove unused option to test CMakeLib<br /> Intel: Fix Windows per-config Fortran flags (#12642)<br /> libarchive: Remove our copy to make room for new import<br /> libarchive: Add .gitattributes for indentation with tab<br /> libarchive: Add README-CMake.txt<br /> libarchive: Do not build subdirectories not in reduced snapshot<br /> libarchive: Remove -Wall -Werror from build with GNU<br /> libarchive: Build one static cmlibarchive for CMake<br /> libarchive: Include cm_zlib.h to get zlib used by CMake<br /> Handle libarchive API change in archive_read_data_block<br /> Configure libarchive build within CMake<br /> libarchive: Install COPYING with CMake documentation<br /> libarchive: Port to OSF operating system<br /> libarchive: Fix typo in CheckFileOffsetBits<br /> libarchive: Implement custom lseek for Borland<br /> libarchive: Declare mbstate_t and wcrtomb for Borland<br /> libarchive: Cast constants to int64_t instead of using LL suffix<br /> libarchive: Workaround case-insensitive symbols on Borland<br /> libarchive: Clean up configuration within CMake build<br /> libarchive: Cast mode constants to mode_t in case it is signed<br /> libarchive: Fix Windows NT API usage in VS 6<br /> libarchive: Suppress compiler warnings<br /> libarchive: Fix var decl after statement in archive_string.c<br /> libarchive: Do not use ST_NOATIME if not defined<br /> libarchive: Check for 'struct statvfs' member 'f_iosize'<br /> libarchive: Do not use MNT_NOATIME if not defined<br /> libarchive: Use Apple copyfile.h API only if available<br /> libarchive: Remove hard-coded build configuration<br /> libarchive: Cleanup after ZLIB_WINAPI check<br /> libarchive: Define _XOPEN_SOURCE=500 on HP-UX<br /> libarchive: Include linux/types.h before linux/fiemap.h<br /> libarchive: Rename isoent_rr_move_dir parameter isoent => curent<br /> libarchive: Suppress PathScale compiler warnings<br /> libarchive: Avoid bogus conversion warning from PGI compiler<br /> libarchive: Set .gitattributes to allow trailing whitespace<br /> libarchive: Update README-CMake.txt for new snapshot<br /> libarchive: Restore CMake 2.6.3 as minimum version<br /> bootstrap: Update copyright year in version report<br /> bootstrap: Re-implement command line option processing<br /> bootstrap: Forward options after '--' to cmake<br /> VS10: Fix /pdb option vcxproj element name (#12328)<br /> Add framework to detect compiler version with its id (#12408)<br /> Detect GNU compiler version with its id (#6251)<br /> Detect MSVC compiler version with its id<br /> Detect Intel compiler version with its id (#11937)<br /> Detect Borland compiler version with its id<br /> Detect IBM XL compiler version with its id<br /> Detect PGI compiler version with its id<br /> Detect Clang compiler version with its id<br /> Detect Watcom compiler version with its id<br /> Detect SunPro compiler version with its id<br /> Detect HP compiler version with its id<br /> Document compiler version macro formats used for detection<br /> Detect SGI MIPSpro compiler version with its id<br /> ExternalProject: Fix git.cmd version detection<br /> ExternalProject: Update copyright year<br /> Include bzlib.h consistently across CMake build (#10950)<br /> FindMPI: Append MPI C++ library correctly in non-compiler case (#12874)<br /> Add infrastructure for CMake-only tests<br /> Tolerate cycles in shared library link interfaces (#12647)<br /> cmInstallCommand: Fix line length for style<br /> cmake-mode.el: Indent after multiline argument (#12908)<br /> Clarify IMPORTED_ target property documentation<br /> Optionally allow IMPORTED targets to be globally visible<br /> Add test covering imported target scope rules<br /> VS: Simplify ;-separated attribute value parsing<br /> Fix CXX/Fortran MODULE flags when enabled before C (#12929)<br /> Remove unused test code<br /> Allow directory names containing '=' and warn if necessary (#12934)<br /> Add CheckLanguage module<br /> CMakeAddFortranSubdirectory: Allow full paths to directories<br /> CMakeAddFortranSubdirectory: Fix documentation format and typos<br /> CMakeAddFortranSubdirectory: Find gfortran in PATH<br /> CMakeAddFortranSubdirectory: Validate gfortran architecture<br /> CMakeAddFortranSubdirectory: Always parse arguments<br /> CMakeAddFortranSubdirectory: Add NO_EXTERNAL_INSTALL option<br /> libarchive: Workaround mbsnrtowcs assertion failure on old glibc<br /> Recognize OpenBSD versioned .so names (#12954)<br /> try_compile: Use random executable file name (#12957)<br /> Rename Modules/Platform/Windows-{Borland => Embarcadero}.cmake<br /> Recognize Embarcadero compiler (#12604)<br /> Factor cmInstallType out of cmTarget::TargetType<br /> Add infrastructure for CMakeCommands tests<br /> find_package: Reject mixed use of MODULE- and CONFIG-only options<br /> find_package: Optionally warn when implicitly using Config mode<br /> find_package: Test error and warning messages in failure cases<br /> bootstrap: Convert MSYS paths to Windows format (#13001)<br /> CTest.UpdateHG: Fix repo URL for local filesystem (#13001)<br /> cmcurl: Do not hard-coded Windows check results for MinGW (#13001)<br /> CheckSourceTree: Remove CVS checkout support (#13001)<br /> Fix MSYS CVS local test repo path format (#13001)<br /> find_package: Test that REQUIRED aborts processing correctly<br /> Remove unused partial OBJECT_FILES property implementation<br /> VS: Simplify object name computation<br /> Hide Makefile local object info inside local generator<br /> KWIML: Make test_INT robust to #define-d int#_t and INT#_C<br /> Add stronger infrastructure for CMake-only tests<br /> Use generalized RunCMake test infrastrucure for find_package test<br /> Use generalized RunCMake test infrastrucure for build_command test<br /> Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)<br /> Ninja: Constify use of cmCustomCommand<br /> Ninja: Avoid using 'this' in member initializers<br /> Write CMakeCache.txt atomically (#13040)<br /> Add cmGeneratorTarget to represent a target during generation<br /> Create a cmGeneratorTarget for each cmTarget during generation<br /> Simplify cmMakefileTargetGenerator using cmGeneratorTarget<br /> Simplify cmVisualStudio10TargetGenerator using cmGeneratorTarget<br /> Pre-compute object file names before Makefile generation<br /> Pre-compute object file names before VS project generation<br /> Remove unused cmSourceGroup method<br /> Rename/constify build-time config placeholder lookup<br /> Pre-compute and store target object directory in cmGeneratorTarget<br /> Add OBJECT_LIBRARY target type<br /> Build object library targets in Makefiles<br /> Build object library targets in VS<br /> Add $<TARGET_OBJECTS:...> expression to use an object library<br /> Test OBJECT library success cases<br /> Test OBJECT library failure cases<br /> Test OBJECT library language propagation<br /> Test OBJECT library use without other sources<br /> Document OBJECT library type in add_library command<br /> Simplify cmNinjaTargetGenerator using cmGeneratorTarget<br /> Pre-compute object file names before Ninja generation<br /> Build object library targets in Ninja<br /> Ninja: Honor $<TARGET_OBJECTS:...> source expressions<br /> find_package: Test rejection of required+optional components<br /> Simplify cmVisualStudio10TargetGenerator source classification<br /> VS10: Fix external objects generated outside target (#13047)<br /> Fix ObjectLibrary test on Watcom<br /> KWIML: Avoid conflict with C++11 user-defined literals<br /><br />Christian Andersson (1):<br /> FindPythonLibs: Search for single-user installs on Windows<br /><br />Christopher Sean Morrison (1):<br /> cmake-mode.el: Make indentation case-insensitive (#12995)<br /><br />Clinton Stimpson (14):<br /> GetPrerequisites: Add support for @rpath on Mac OS X.<br /> GetPrerequisites: Add support for @rpath on Mac OS X.<br /> GetPrerequisites: Add test for @rpath support.<br /> Fix new BundleUtilities test failure on Mac 10.4.x<br /> Fix BundleUtilities test failure with space in build path.<br /> cmake-gui: Improve interrupt granularity to fix bug 12649.<br /> FindQt4: clarify warning message about incorrect Qt installation.<br /> FindQt4: Add include directories for lupdate.<br /> Fix paths/hints for finding qtmain.<br /> DragNDrop: Fix problem with relocated files in Xcode 4.3<br /> Add test for DeployQt4.cmake<br /> Fix for Qt4Deploy on some test machines.<br /> Remove QtGui dependency in Qt4Deploy test and verify QtSql existance.<br /> DeployQt4: Add path to Qt dlls on Windows.<br /><br />Daniel Nelson (1):<br /> CPack Add top level directory in component install for Archive Generators<br /><br />David Cole (33):<br /> Begin post-2.8.7 development<br /> Release: Increase timeout for slow-testing cygwin build<br /> Update dashmacmini2 release script to use Qt 4.6.3<br /> Update dashmacmini2 release script to use Qt 4.8.0<br /> Tests: Update drop site value for the Trilinos contract test<br /> Update version of Qt for dashmacmini5 produced release binaries<br /> CTestCustom: Suppress clang warning on the dashboard<br /> CMake: Eliminate cmMakefile::IncludeDirectories<br /> Remove cmMakefile::GetIncludeDirectories<br /> Make search paths ordered and unique<br /> Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES<br /> Update the documentation regarding INCLUDE_DIRECTORIES.<br /> Fix compiler error reported on older Borland dashboard.<br /> Fix compiler warning reported on older Borland dashboard.<br /> Fix shadowed variable warning on dashboard results<br /> Remove trailing white space<br /> Use correct "requires" line in cygwin setup hint file<br /> VS6: Avoid _MBCS define when _SBCS is defined (#12189)<br /> VS6: Avoid SBCS test on VS6 (#12189)<br /> Suppress warnings occurring on the dashboards using the PGI compiler.<br /> CPack: Fix retry logic when calls to hdiutil fail<br /> Ninja: CMake: Adapt Ninja generator for per-target include dirs<br /> Ninja: Add friend struct so it can access the private ConvertToNinjaPath.<br /> Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)<br /> CPack: Use real path to PackageMaker to find its version file (#12621)<br /> Xcode: Re-factor code into GetObjectsNormalDirectory method<br /> Xcode: Re-factor some existing methods into "FromPath" variants<br /> Add a default source group for object files.<br /> Allow txt files as ExtraSources in object library targets<br /> Pre-compute object file names before Xcode generation<br /> Build object library targets in Xcode<br /> Xcode: Honor $<TARGET_OBJECTS:...> source expressions<br /> Tests: Relax restrictions on version variable contents<br /><br />Deborah Pickett (1):<br /> CPackRPM flag direcories with %dir in the generated spec file<br /><br />Droscy (1):<br /> FindCxxTest: Add support for CxxTest 4 (#13022)<br /><br />Eric NOULARD (41):<br /> Document undocumented (but existing) cpack options (fix #0010134)<br /> Enhance bash completion file for cmake and ctest<br /> Do not add the content of a file if it's a symlink.<br /> CPackArchive restore default behavior and provide new variable.<br /> CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.<br /> CPack begin the implementation of --help-command* and --help-variables*<br /> Implement simple CMake script comment markup language.<br /> CPack Documentation extraction from CMake script begins to work<br /> Update bash completion file in order to handle new CPack doc options.<br /> Suppress unused var, beautify code, avoid 1 extra newline.<br /> Fix potential bad memory access, thanks to Eike<br /> Calm down compiler warning about unused var<br /> Really avoid compiler warning about unused vars<br /> Fix another compiler warning due to a typo<br /> Make the load of script documentation more efficient and dynamic.<br /> Example of builtin variable documentation (i.e. only used in C++ source code).<br /> Add missing section markup for CPackComponent<br /> Create getDocumentedModulesListInDir which may be used in other context.<br /> Fix non existent std::string::clear on VS6<br /> Avoid discovering system infos for documentation. Adding some path is enough.<br /> Dynamically add documentation section specified in documented script.<br /> Add structured documentation for NSIS<br /> Add structure documentation for CPack Bundle generator<br /> Suppress unecessary (now empty) doc sections<br /> Correct copy/paste section name mistake<br /> Put CPack DMG and PackageMaker doc in separate files<br /> More documentation concerning CPack Components<br /> Fix typo in end markup<br /> Try to fix compile error on Win32-vs70<br /> Do not build RPM if path of the build tree contains space<br /> Fix layout of the CPack Bundle documentation<br /> Fix CPack Drag and Drop generator documentation layout.<br /> Review and update CPack variable documentation.<br /> Update CPackConfig template.<br /> Provide template for CPack Cygwin generator specific variables.<br /> Update CPack PackageMaker variable doc layout<br /> Typo: Add missing ##end for ##module<br /> Fix some typos in CPACK_SET_DESTDIR doc<br /> Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.<br /> CPack STGZ put execute permission on all packages files (component case)<br /> Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.<br /><br />Eugene Golushkov (1):<br /> VS: Add support for WinRT project properties (#12930)<br /><br />James Bigler (1):<br /> Added support for curand, cusparse, npp, nvcuenc and nvcuvid libraries.<br /><br />Jason Erb (1):<br /> FindwxWidgets: Add webview library (#12636)<br /><br />LibArchive Upstream (2):<br /> libarchive 3.0.1-r3950 (reduced)<br /> libarchive 3.0.2-r4051 (reduced)<br /><br />Matthias Kretz (1):<br /> Improve checks for Open64 and g++ incompatible flags (#12119)<br /><br />Mattias Helsing (1):<br /> CPack: Fix NSIS handling of privileged users (#12923)<br /><br />Michael Wild (1):<br /> GenerateExportHeader: Fix wrong use of IS_ABSOLUTE (#12645)<br /><br />Mike McQuaid (5):<br /> Don't use QT_LIBRARIES_PLUGINS by default.<br /> Fix mismatched arguments.<br /> Fix bad plugin paths.<br /> Ensure libs are passed to BundleUtilities.<br /> Fix plugin installation issues.<br /><br />Modestas Vainius (3):<br /> various typo and formatting fixes in manual pages (#12975)<br /> KWIML: Teach ABI.h that MIPS is biendian<br /> Tests: Escape metachars before embedding paths into the regex (#12999)<br /><br />Nicolas Despres (5):<br /> ccmake: Factor clear line.<br /> ccmake: Extend clear line.<br /> java: Factor jar output path.<br /> java: Add CMAKE_JAVA_TARGET_OUTPUT_DIR optional variable.<br /> java: Add CMAKE_JAVA_JAR_ENTRY_POINT optional variable.<br /><br />Peter Collingbourne (19):<br /> Add cmSystemTools::TrimWhitespace function<br /> Add executable with exports flag support to cmLocalGenerator::GetTargetFlags<br /> Provide dependency file flags to generator<br /> Ninja: Add the Ninja generator<br /> Ninja: Fix a 79-col violation<br /> Ninja: Remove some default arguments<br /> Ninja: Appease various compilers<br /> Ninja: Partially revert "win fixes: escape back slash/colon, use cd. as cmd.exe nop"<br /> Ninja: Identifier encoding rules for ' ' and ':'<br /> Ninja: Backslash rules for Windows<br /> Ninja: Shell encode paths used in "cd" commands<br /> Ninja: Shell encode various CMake invocations<br /> Ninja: Shell encode the command used in custom commands<br /> Ninja: Import library support for Windows<br /> Ninja: Add a missed license header<br /> Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commands<br /> Ninja: Remove an unnecessary variable<br /> Ninja: add support for OBJECT_OUTPUTS, fix PrecompiledHeader test case<br /> Ninja: shell escape $(CMAKE_SOURCE_DIR) and $(CMAKE_BINARY_DIR)<br /><br />Peter Kuemmel (12):<br /> Find VC Express during default generator selection (#12917)<br /> Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop<br /> Ninja: don't define MSVC_IDE when using the ninja generator<br /> Ninja: also build ninja support on Windows<br /> Ninja: add some hacks for Windows<br /> Ninja: disable unfinished Windows ninja support<br /> Ninja: mark the Windows specific hacks with a comment only<br /> Ninja: windows msvc: create for each target a .pdb file<br /> Ninja: ensure the output dir exists at compile time<br /> Ninja: add .def file support<br /> Ninja: add /DEF: flag to linker call<br /> Ninja: Fix <OBJECT_DIR> substitution<br /><br />Philip Lowman (5):<br /> FindProtobuf: Merge patch that allows extra import dirs<br /> FindProtobuf: Update documentation comment for 2.8.8<br /> Findosg: New modules for osgQt and osgPresentation<br /> FindALSA: Fix incorrect include path detection<br /> FindALSA: Fix version detection after last commit<br /><br />Rolf Eike Beer (95):<br /> remove reference to CVS directory when installing files<br /> CheckSymbolExists: force the compiler to keep the referenced symbol<br /> add a test for Check{,CXX}SymbolExists<br /> FindOpenSSL: improve version number handling<br /> FindOpenSSL: only try to parse opensslv.h if it exists<br /> FindOpenSSL: also parse version number define with uppercase letters<br /> GenerateExportHeader test: add newlines before end of file<br /> add a test that loops through most Find* modules<br /> AllFindModules test: keep complete output<br /> AllFindModules test: also check Qt3 modules if Qt4 is not found<br /> FindPythonInterp: make version selectable<br /> FindPythonInterp: fix version parsing<br /> LoadCommand test: cleanup<br /> FindThreads: Try pthreads with no special option first (#11333)<br /> fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")<br /> use pkg_check_modules() quiet in other modules<br /> FindLibXml2: support version selection<br /> FindGnuTLS: partly support version selection<br /> FindGit: support version number<br /> FindCups: major overhaul<br /> FindEXPAT: support version number<br /> FindCURL: support version selection<br /> FindFLEX: fix version parsing for old flex versions<br /> FindFLEX: fix version parsing when the executable is quoted<br /> FindJasper: find debug libraries<br /> FindJasper: support version number<br /> FindBZip2: add support for version checking<br /> FindBZip2: add support for debug libraries (#12867)<br /> FindImageMagick: make use of more FPHSA features<br /> FindPNG: support version selection<br /> FindRuby: do not blindly set version to 1.8.0<br /> FindTclsh: support version selection<br /> SelectLibraryConfigurations: do not output identical configurations<br /> FindLua51: add version support<br /> FindTIFF: support version selection<br /> FindCURL: detect version number also for older versions<br /> FindLibXml2: detect version when PkgConfig is not used<br /> FindPostgreSQL: support version selection<br /> FindOpenSSL: properly parse the hex version components<br /> FindBISON: add a version expression for GNU Bison 1.x<br /> FindPythonInterp: try harder to get a version number<br /> FindJasper: fix library name<br /> FindGnuplot: add version selection<br /> FindALSA: support version selection<br /> FindGettext: support version selection<br /> CheckCXXCompilerFlag test: make it a CMakeOnly test<br /> CMakeOnly.AllFindModules: clean up the Qt3/Qt4 code<br /> CMakeOnly.AllFindModules: always check FindQt<br /> CMakeOnly.AllFindModules: suppress two modules from testing<br /> CMakeOnly.AllFindModules: require version for some modules<br /> CheckIncludeFiles: fix status output<br /> FindPerl{,Libs}: move version detection into FindPerl<br /> FindLibArchive: support version selection<br /> FindX11: also search for Xmu (#12447)<br /> detect "pgfortran" as PGI Fortran compiler (#12425)<br /> FindSDL*: use FPHSA (#12467)<br /> AllFindModules test: do not enforce GNUPLOT version<br /> FindPerlLibs: properly detect libperl on Windows (#12224)<br /> CTest: mark all gcov covered files as covered<br /> FindGLUT: honor REQUIRED (#12466)<br /> FindRuby: clean up querying variables from Ruby<br /> FindLibXslt: support version selection<br /> Tests: document where to put tests<br /> FindPkgConfig: support version selection of pkg-config itself<br /> fix the same typos as found by Debian in other places, too<br /> Find_library(): allow searching for versioned shared objects<br /> FindFreetype: support version selection<br /> AllFindModules test: expect more modules to have a version number available<br /> FindOpenMP: do not fail if only C or CXX is enabled (#11910)<br /> FindOpenMP: try the most likely flags first<br /> FindOpenMP: simplify check for enabled languages<br /> UseSWIG: clean up string compares<br /> FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as input<br /> FindPythonLibs: make the version selection work as for PythonInterp<br /> FindPythonLibs: get the exact version of the found library (#3080)<br /> FindPythonLibs: put debug libraries into PYTHON_LIBRARIES<br /> FindPythonLibs: stop scanning when libraries are found<br /> Check{C,CXX}CompilerFlag: detect ICC error messages<br /> GenerateExportHeader: remove unneeded code<br /> GenerateExportHeader: improve compiler identification<br /> FindOpenSceneGraph: give every message() with an explicit level<br /> FindHSPELL: set HSPELL_VERSION_STRING<br /> FindImageMagick: fix fail if no components were given<br /> FindPythonInterp: rework the version detection<br /> document when version detection will not work<br /> AllFindModules test: once again expand version checking<br /> improve error message on a stray "endwhile()"<br /> add testcases for while()/endwhile() errors<br /> reflect that the QtAutomoc depends on QtGui<br /> FindQt3: fix warning when Qt3 is not found<br /> FindQt3: fix version extraction for versions with letters<br /> FindQt3: let FPHSA handle the version selection<br /> FindQt3: fix detection of Qt3 include directory<br /> AllFindModules test: do not require TCLSH version<br /> add test for get_property() errors<br /><br />Stephen Kelly (13):<br /> Fix typos arguement -> argument.<br /> Exit the loop when we have determined the language.<br /> Add whitespace after '.' in CMAKE_SKIP_RPATH docs.<br /> Fix documented function signature to match reality.<br /> Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE<br /> Add an option to skip RPATH during installation.<br /> Refactor GetIncludeFlags to take includes instead of fetching them<br /> Make it safe to call this method without creating duplicates.<br /> Remove include flags memoization.<br /> Add API to get the ordered includes for a target.<br /> Keep the INCLUDE_DIRECTORIES target property up to date.<br /> Extract and use the INCLUDE_DIRECTORIES target properties.<br /> Fix some typos in the docs comments.<br /><br />Yury G. Kudryashov (23):<br /> FindDoxygen: add DOXYGEN_VERSION variable<br /> cmInstallCommand: Fix indentation error<br /> cmInstallCommand: Remove duplicated sentence from docs<br /> FindPkgConfig: respect REQUIRED (#12620)<br /> FindPackageHandleStandardArgs: fix documentation<br /> Remove unused file cmake.1<br /> Fix typo in documentation<br /> Drop if(...) check because condition is always true<br /> CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlink<br /> Run vim spellcheck on some files<br /> cmPropertyDefinition::IsChained is const<br /> Add 'const' qualifier to some cmCommand members<br /> doxygen: cmPropertyDefinition<br /> doxygen: Improve API docs of GetRealDependency<br /> doxygen: Use proper syntax to document enum<br /> doxygen: Small fixes in cmake.h apidocs<br /> doxygen: fix some comments in cmPolicies.h<br /> doxygen: remove a few comments<br /> doxygen: review cmake.h<br /> doxygen: MathCommand is not about string operators<br /> Rename UsedCommands to FinalPassCommands<br /> Remove UnionsAvailable member from 2 classes<br /> Remove cmExprParserHelper::SetLineFile() |