https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
3385591 Add FindLLVM.cmake 05 May 2014, 17:26:40 UTC
567e4e6 CMake 3.0.0-rc4 16 April 2014, 17:24:46 UTC
e40fbbb Merge branch 'archive-null-error' into release 16 April 2014, 17:19:10 UTC
ac00baa Merge branch 'implicit-libNN-dirs' into release 16 April 2014, 17:19:03 UTC
b508de5 cmArchiveWrite: Handle NULL error string (#14882) If archive_error_string returns NULL, use a placeholder string instead of crashing. 16 April 2014, 17:13:28 UTC
cc57ff5 Drop /lib32 and /lib64 from link directories and RPATH (#14875) Extend CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES with these paths. We already have the equivalents under /usr. Systems that have these directories have their dynamic loaders configured already. Do not allow them to appear in the RPATH explicitly. 16 April 2014, 15:40:48 UTC
1c58719 Merge branch 'rc-windres-with-dot' into release 11 April 2014, 13:12:00 UTC
7147ed5 CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865) A 64-bit MinGW windres is named "i686-w64-mingw32.shared-windres". The get_filename_component NAME_WE mode may strip the ".shared-windres" part and cause the result to no longer contain "windres". Instead, match the "windres" name in the full CMAKE_RC_COMPILER value first, and use the get_filename_component code path only for other resource compilers. 11 April 2014, 13:10:56 UTC
db924e0 CMakeRCInformation: Do not mention 'Fortran' in documentation This module is for the Windows Resource Compiler, not Fortran. 11 April 2014, 13:10:56 UTC
a2da465 Merge branch 'Fortran-pgi-intel-arch' into release 10 April 2014, 16:58:45 UTC
eb8cb2c Fortran: Detect pointer size on Intel archs with PGI (#14870) The PGI compiler does not define __SIZEOF_POINTER__ so use the __x86_64__ or __i386__ CPU macros to select a pointer size instead. 10 April 2014, 16:57:02 UTC
4fd2669 Merge branch 'CMakeDetermineVSServicePack-vs-11-update-4' into release 10 April 2014, 16:49:54 UTC
f0de3f8 CMakeDetermineVSServicePack: Add VS 11 update 4 10 April 2014, 16:49:14 UTC
105658d CMakeDetermineVSServicePack: Match versions more robustly Use the CMAKE_MATCH_* variables to simplify matching logic. Match either 3 or 4 version components. Do not fail when there are only three components available. 10 April 2014, 16:49:14 UTC
101515b CMakeDetermineVSServicePack: Format documentation Also state explicitly that the module is deprecated. 10 April 2014, 16:49:14 UTC
c4b31a2 Merge branch 'Qt4Macros-moc-performance' into release 03 April 2014, 17:08:27 UTC
7beba98 Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function QT4_CREATE_MOC_COMMAND is given a moc_flags argument that contains the COMPILE_DEFINITIONS and a potentially large list of include directories. Since it is a macro, the ${moc_flags} reference is replaced with this content and sent through cmMakefile::ExpandVariablesInString (EVIS). Since commit v3.0.0-rc1~138^2 (Qt4: Use generator expression in COMPILE_DEFINITIONS, 2014-01-13) the COMPILE_DEFINITIONS value contains a '$' so the EVIS fast-path is no longer used. Instead the full cmCommandArgumentParserHelper is now used on the large input, which is very slow (since it was originally created for hand-written code). Change QT4_CREATE_MOC_COMMAND to a function instead of a macro to avoid passing large content through EVIS. This makes it significantly faster. 03 April 2014, 16:58:58 UTC
97243c2 Merge branch 'revise-compiler-id-policies' into release 02 April 2014, 18:54:17 UTC
a41c0a9 Do not warn by default when policy CMP0025 or CMP0047 is not set These policies are triggered by the use of a particular compiler rather than outdated CMake code in a project. Avoid warning in every project that enables a language by not displaying the policy warning by default. Add variable CMAKE_POLICY_WARNING_CMP<NNNN> to control the warning explicitly; otherwise enable the warning with --debug-output or --trace. This breaks with strict policy convention because it does not provide developers with any warning about the behavior change by default. Existing projects will continue to build without a warning or change in behavior. When a developer changes the minimum required version of CMake in a project to a sufficiently high value (3.0), the project will suddenly get the new compiler id and may break, but at least the breakage comes with a change to the project rather than the version of CMake used to build it. Breaking strict policy convention is worthwhile in this case because very few projects will be affected by the behavior change but every project would have to see the warning if it were enabled by default. 02 April 2014, 18:43:54 UTC
d339653 Help: Revise and format policy CMP0025 and CMP0047 docs Add inline reST markup as appropriate. Word CMP0047 docs more like those of CMP0025. State explicitly that the policies must be set before the project or enable_language command calls. 02 April 2014, 18:42:45 UTC
f180fc8 Merge branch 'fix_policy_diagnostics' into release 02 April 2014, 13:38:28 UTC
b783b99 Merge branch 'clang-warnings' into release 02 April 2014, 13:38:23 UTC
77b581c Policies: omit warnings about unset policies when they are actually set to NEW 31 March 2014, 13:45:10 UTC
50ca77f create_test_sourcelist: Initialize variable at declaration Clang -Wconditional-uninitialized warns otherwise. 31 March 2014, 13:41:05 UTC
8272bbc Merge branch 'fix-Qt-manual-typo' into release 26 March 2014, 17:24:10 UTC
dcfbbe8 Help: Fix typo in cmake-qt manual. Do -> To. 26 March 2014, 16:50:08 UTC
a48de7d CMake 3.0.0-rc3 20 March 2014, 13:26:39 UTC
6a85d62 Merge branch 'add_custom_command-no-INTERFACE-lib' into release 19 March 2014, 14:57:04 UTC
aee0633 Merge branch 'fix-Qt5-non-Windows' into release 19 March 2014, 14:54:18 UTC
2600e92 Disallow INTERFACE libraries with add_custom_command(TARGET). Don't attempt to trace their dependencies. 19 March 2014, 14:51:21 UTC
5f21067 QtDialog: Fix Qt 5 build on non-Windows. The Qt5Core_QTMAIN_LIBRARIES variable is defined to the Qt5::WinMain target on Windows, and undefined elsewhere. 19 March 2014, 14:38:02 UTC
0f4e8fd CMake 3.0.0-rc2 17 March 2014, 17:14:27 UTC
4a7eb0c Merge branch 'CONFIG-LOCATION-CMP0026' into release 17 March 2014, 13:35:30 UTC
c903b53 cmTarget: Restore <CONFIG>_LOCATION to CMP0026 OLD behavior (#14808) Restore support for the undocumented <CONFIG>_LOCATION target property removed by commit v3.0.0-rc1~175^2 (cmTarget: Remove support for <CONFIG>_LOCATION property, 2013-12-30) as part of the CMP0026 OLD behavior. 17 March 2014, 13:30:39 UTC
43b39b1 Merge branch 'fix-Qt5-windows-build' into release 17 March 2014, 13:24:12 UTC
61c60b2 QtDialog: Avoid linking to Qt4 WinMain when using Qt 5. Override the QT_QTMAIN_LIBRARY cache variable with a regular variable in the Qt 5 configuration. This avoids linking with the Qt 4 version of the WinMain library. 17 March 2014, 13:15:14 UTC
aa195cd Merge branch 'intel-14-version' into release 14 March 2014, 14:00:16 UTC
967d09f Merge branch 'fix-find_dependency-empty-version' into release 14 March 2014, 13:59:52 UTC
eddabf9 CMake*CompilerId: Fix patch level for Intel >= 14.0 (#14806) According to the Intel release notes: http://software.intel.com/sites/default/files/l-compiler-release-update.pdf the __INTEL_COMPILER_UPDATE predefined macro was introduced to hold the third version component. Reported-by: Dirk Ribbrock <dirk.ribbrock@mathematik.uni-dortmund.de> Co-Author: Rolf Eike Beer <kde@opensource.sf-tec.de> 14 March 2014, 12:51:37 UTC
34cd5fc find_dependency: Give more helpful message if VERSION is empty 13 March 2014, 19:51:11 UTC
59d3898 Merge branch 'fix-CMP0046-warning' into release 12 March 2014, 18:56:37 UTC
d83245a cmTarget: Don't create duplicate backtraces in CMP0046 warning 12 March 2014, 17:01:26 UTC
7534967 Merge branch 'fix-find_dependency-EXACT' into release 12 March 2014, 14:12:06 UTC
224f50f find_dependency: Make sure invalid EXACT use can be reported. Test the first argument directly for matching 'EXACT'. The error check in its previous position was incorrect and would only trigger with a version of '0' or similar. 11 March 2014, 13:51:06 UTC
c2d1ea3 Merge branch 'fix-xcode-compiler-force' into release 11 March 2014, 13:06:53 UTC
8c9bfac Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible During cross-compiling the toolchain file may use CMakeForceCompiler to force a compiler setting. When using the Xcode generator try to convert it to a full path by searching the PATH as is done for the Makefile generators. 10 March 2014, 21:12:00 UTC
6852fb8 CMakeDetermine*Compiler: Factor out search for compiler in PATH Factor out a _cmake_find_compiler_path helper macro to avoid duplication of the search for a full path to the compiler. 10 March 2014, 21:12:00 UTC
29d4f6b Merge branch 'doc-osx-path-variables' into release 10 March 2014, 14:24:16 UTC
764e977 Help: Document variables CMAKE_APPBUNDLE_PATH and CMAKE_FRAMEWORK_PATH 10 March 2014, 14:23:42 UTC
ebaa5a6 Merge branch 'fix-AUTOGEN-custom-command-depends' into release 10 March 2014, 13:38:52 UTC
29ff93a Merge branch 'fix-find_dependency-EXACT' into release 10 March 2014, 13:38:48 UTC
ef0386c Merge branch 'fix-Qt4-DBus-macro' into release 10 March 2014, 13:38:38 UTC
9d4394e Merge branch 'python-3.4' into release 10 March 2014, 13:36:31 UTC
98e3831 Merge branch 'fix-policy-scopes' into release 10 March 2014, 13:36:28 UTC
112cba9 QtAutogen: Fix AUTOGEN depends on custom command output with VS. Visual Studio is handled as a special case for autogen depends. However, the special handling works only for target dependencies, not file dependencies output by a custom command. Use a PRE_BUILD step only if all depends are targets. 10 March 2014, 12:01:29 UTC
fc2bad5 Qt4: Use correct qdbus executable in macro. Commit v3.0.0-rc1~71^2~9 (Qt4: Use IMPORTED executable names with custom commands., 2014-01-24) erroneusly changed this command to use the wrong target. 10 March 2014, 10:50:28 UTC
ab6201a FindPython{Interp,Libs}: Search for Python 3.4. Python 3.4.0rnc1 was released on 2014-02-20. 06 March 2014, 16:37:59 UTC
50fd0a3 Tests: Simplify and document policy scopes in RunCMake.CMP* tests Drop unnecessary NO_POLICY_SCOPE options. Document why the remaining options are necessary. 06 March 2014, 16:07:03 UTC
b1bbee3 Record more policies on targets when created Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created. 06 March 2014, 16:05:47 UTC
08ba128 find_dependency: Don't propagate EXACT argument. If a package is requested with an EXACT version, that doesn't imply that dependencies must be found EXACTly too. Extend the macro to allow specifying that a dependency must be found by EXACT version instead. 06 March 2014, 14:07:37 UTC
51988a4 Merge branch 'fix-check-build-system-crash' into release 04 March 2014, 15:17:05 UTC
3504f9b cmake: Fix --check-build-system argument count check (#14784) This internal option requires two arguments, not just one. Fix the argument count required to recognize the option. 04 March 2014, 15:12:08 UTC
54a4c93 Merge branch 'doc-find_package-build-paths' into release 03 March 2014, 19:43:36 UTC
69d73d2 Help: Mention in find_package that cmake-gui step is Windows-only (#14781) Recently used cmake-gui locations are searched only on Windows because the Windows registry is used to record the values. This behavior is historical and may be removed by a policy in the future so rather than implementing it on other platforms simply document the current behavior. 03 March 2014, 19:36:48 UTC
c69a84c Merge branch 'CMP0043-dir-prop' into release 03 March 2014, 15:12:05 UTC
9efba5d Merge branch 'add_definitions-no-genex' into release 03 March 2014, 15:12:01 UTC
38df26b CMP0043: Document old and new interfaces for setting directory property. 03 March 2014, 15:11:19 UTC
1a9316a add_definitions: Don't document genex support. This command does not support generator expressions. The documentation was mistakenly extended to claim it in commit v3.0.0-rc1~60^2~3 (Help: Mark up the buildsystem commands documentation, 2014-02-03). 03 March 2014, 15:10:39 UTC
42f9819 Merge branch 'FindRuby-2' into release 28 February 2014, 13:50:32 UTC
5161f7b Help: Consolidate FindRuby-2 release notes for 3.0.0 28 February 2014, 13:50:05 UTC
57abfea Help: Add FindRuby-2 topic release notes 28 February 2014, 13:47:12 UTC
165f643 FindRuby: Add support for Ruby 2.0 and 2.1 The most significant change since Ruby 1.9 is the changed path of config.h, from RbConfig::CONFIG['rubyhdrdir'] to RbConfig::CONFIG['rubyarchhdrdir']. 28 February 2014, 13:41:33 UTC
948d5d1 Merge branch 'fix-find_dependency-macro' into release 26 February 2014, 15:32:56 UTC
3d8f710 find_dependency: unset cmake_fd_version variable at end of macro This matches the other macro variables. 26 February 2014, 15:27:01 UTC
85d0f8d find_dependency: use correct version variable name The code set cmake_fd_version, but used ${version}. 26 February 2014, 15:27:01 UTC
bfb3f19 Merge branch 'INTERFACE-property-docs' into release 26 February 2014, 14:37:13 UTC
4232246 Merge branch 'fix-showinclude-warnings' into release 26 February 2014, 14:36:02 UTC
ad75afb Help: List the whitelist of properties for INTERFACE libraries. 26 February 2014, 09:40:49 UTC
47702b8 CTest: exclude /showIncludes notes when scraping logs My last related commit e5e3f3d4 (CTest: filter /showIncludes output from ninja compile launcher, 2013-12-01) filtered /showIncludes messages from the generated xml output but they also need to be filtered in ScrapeLog(). Otherwise they are being detected as warnings when using compilers withs english diagnostics. 25 February 2014, 16:23:57 UTC
cf7677d Merge branch 'fix-find_dependency-macro' into release 24 February 2014, 18:29:19 UTC
2be6dbe find_dependency: Ensure that ARGV1 has valid local content The ARGV1 value could come from a wrapping context if find_dependency is called from a function. 24 February 2014, 18:00:42 UTC
a35ce72 find_dependency: Add namespacing for variables in the macro. Avoid setting a variable called 'version' etc. 24 February 2014, 18:00:31 UTC
b686154 Merge branch 'install-FILES-genex' into release 24 February 2014, 14:16:36 UTC
5878c5d Always set version variable of find_dependency macro If there is no ARGV1, that is fine; version will be made empty, and no version will be passed to find_package(). This is relevant when find_dependency is invoked multiple times, sometimes with a version specified and sometimes without. find_dependency(dep1 3.4) find_dependency(dep2) # version still set to 3.4. 23 February 2014, 10:31:30 UTC
6e89c8a install: Support generator expressions in FILES and PROGRAMS mode Teach the install(FILES) and install(PROGRAMS) commands to evaluate generator expressions in the list of files. Extend the ExportImport test to cover installation cases involving generator expressions. 21 February 2014, 22:05:26 UTC
f11f7b3 cmInstallFilesGenerator: Add reference to calling cmMakefile Add a Makefile member to the cmInstallFilesGenerator class and populate it on construction. This will be useful in a following change to evaluate generator expressions with proper context. 21 February 2014, 22:05:26 UTC
e190236 Help: Format install() command documentation Add inline markup and explicit markup blocks as appropriate. 21 February 2014, 22:05:26 UTC
549b4d0 Merge branch 'doc-add_test-cleanup' into release 20 February 2014, 14:53:08 UTC
8afa5fe Help: Revise and format add_test() command documentation Favor the add_test(NAME) signature and document the limitations of the plain signature. 20 February 2014, 13:58:13 UTC
7cbab17 Change version scheme to use only two components for feature levels Historically CMake used three version components for the feature level. We released new features while incrementing only the third version component. Since commit v2.8.2~105^2~4 (New version scheme to support branchy workflow, 2010-04-23) we used the fourth version component for bug-fix releases and the development date: <major>.<minor>.<patch>[.<tweak>][-rc<n>] = Release <major>.<minor>.<patch>.<date>[-<id>] = Development This solidified use of three components for the feature level, and was necessary to continue releasing 2.x versions because: * Some existing projects performed floating-point comparisons of ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} to 2.x numbers so ``x`` could never be higher than 9. * Version 2.9.<date> was used briefly in post-2.8.0 development in CVS prior to the transition to Git, so using it in releases may have caused confusion. Now that we are moving to 3.x versions, these two restrictions go away. Therefore we now change to use only two components for the feature level and use the scheme: <major>.<minor>.<patch>[-rc<n>] = Release <major>.<minor>.<date>[-<id>] = Development 19 February 2014, 14:30:13 UTC
4bb8039 CMake 3.0.0-rc1 version update 19 February 2014, 14:30:12 UTC
f8ccb6d Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 19 February 2014, 14:30:12 UTC
db68dd2 Help: Rename 3.0 release notes to 3.0.0 Bug-fix releases 3.0.x may have their own notes so this will look more consistent. 19 February 2014, 14:30:00 UTC
d30e4fa Help: Consolidate remaining 3.0 release notes 19 February 2014, 13:39:44 UTC
a7c956b Merge topic 'doc-usage-requirements' 0c54b775 Help: Document the purpose of usage requirements clearly. 19 February 2014, 13:34:29 UTC
6a1a644 Merge topic 'FindOpenSSL-prefer-root' e346c47a FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764) 19 February 2014, 13:34:27 UTC
59df48a Merge topic 'FindJNI-ppc64le' ac2527e1 FindJNI: Add ppc64le architecture 19 February 2014, 13:34:26 UTC
9304d09 Merge topic 'FindBoost-namespace' 17485e37 FindBoost: Add suport for custom namespaces 19 February 2014, 13:34:24 UTC
5a607c4 Merge topic 'doc-package-registry' bf012e0c Help: Format find_package() command documentation bd6887e4 Help: Document the package registry in cmake-packages.7 19 February 2014, 13:34:22 UTC
e7d3287 Merge topic 'minor-cleanups' f6cae4ea Tests: Remove some trailing black lines. c0ea4c5c Makefile: Fix comment indentation. 5e0c73c7 cmGlobalGenerator: Remove unused variable. 907c09cd include_directory: Add missing include. a74d125a Help: Fix typo 317d8498 Small typo fix 19 February 2014, 13:34:20 UTC
back to top