https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
5f31c0a Add ppc64le architecture to FindJNI This commit adds new ppc64le architecure. Signed-off-by: Dinar Valeev <dvaleev@suse.com> 18 February 2014, 00:08:55 UTC
b486c6d Merge topic 'windows-filesystem-retry-config' 7b1f966a Windows: Make file delete/rename retry configurable 17 February 2014, 15:03:11 UTC
1062303 Merge topic 'INTERFACE-no-sources' 9db9c1fc cmTarget: Don't try to get sources of an INTERFACE_LIBRARY. 17 February 2014, 14:59:49 UTC
2bbcbb4 Merge topic 'emacs-mode-cmake-help' 9d35f7c4 cmake-mode.el: Add help for variables/properties/complete. Factorize. 7cc21e9a cmake-mode.el: Add the ability to retrieve module help. 17 February 2014, 14:59:47 UTC
65c74eb Merge topic 'KateHandleSpacesInPath' 22e5c6c2 Kate: handle spaces in build dir 17 February 2014, 14:59:45 UTC
a3bac64 Merge topic 'isystemForIcpc' cab5ebd4 Intel compiler: add -isystem flag under Linux 17 February 2014, 14:59:43 UTC
22e5c6c Kate: handle spaces in build dir They need to be escaped in the json file... I'm quite sure I tested this before, obviously I didn't test it correctly. Alex 17 February 2014, 14:54:03 UTC
b1d3418 CMake Nightly Date Stamp 17 February 2014, 05:01:07 UTC
0c958c4 CMake Nightly Date Stamp 16 February 2014, 05:01:05 UTC
66bf178 CMake Nightly Date Stamp 15 February 2014, 05:01:11 UTC
9db9c1f cmTarget: Don't try to get sources of an INTERFACE_LIBRARY. An an assert to ensure this. 14 February 2014, 12:53:14 UTC
945a66a CMake Nightly Date Stamp 14 February 2014, 05:01:05 UTC
79bb8cf Merge topic 'dev/ninja-speedup' 26762e16 Ninja: Cache target-level flags 13 February 2014, 15:28:32 UTC
aa23381 Merge topic 'osx-sysroot-escape' 77b2e6f1 OS X: Escape path given to -isysroot flag 13 February 2014, 15:28:29 UTC
26762e1 Ninja: Cache target-level flags Instead of figuring out target flags per-source file, cache the flags that are being used. This results in a *much* faster generate time for Ninja. 13 February 2014, 15:20:56 UTC
9d35f7c cmake-mode.el: Add help for variables/properties/complete. Factorize. 13 February 2014, 14:38:13 UTC
7cc21e9 cmake-mode.el: Add the ability to retrieve module help. 13 February 2014, 14:35:30 UTC
c56854a CMake Nightly Date Stamp 13 February 2014, 05:01:07 UTC
54d9e01 Merge topic 'backward-compatibility' f2eee72f add_custom_command: Disallow use of SOURCE signatures. c248a437 Add policy CMP0049 to avoid variable expansion in source lists 12 February 2014, 16:31:30 UTC
764d467 Merge topic 'dev/fix-sublime-compile-flags' 2d9f93ab Sublime: Pass language and config properly 12 February 2014, 16:31:28 UTC
0d177cf Merge topic 'cmake-devel-version-macro' 6ca6613a Export: Use the CMAKE_DEVEL_VERSION macro for build-export files. 12 February 2014, 16:31:26 UTC
e6f0b87 Merge topic 'osx-intel-info-split' 3693c63f OS X: Split Intel compiler information files 12 February 2014, 16:31:24 UTC
9b06fa5 Merge topic 'FindBoost-MPI-hints' a22eeca3 FindBoost: Search next to MPI libraries for boost_mpi (#14739) 12 February 2014, 16:31:22 UTC
f2eee72 add_custom_command: Disallow use of SOURCE signatures. Add CMP0050 to control this behavior. 12 February 2014, 16:19:27 UTC
c248a43 Add policy CMP0049 to avoid variable expansion in source lists 12 February 2014, 16:17:38 UTC
77b2e6f OS X: Escape path given to -isysroot flag Ensure that paths containing spaces or other special characters are escaped correctly on the command line. 12 February 2014, 15:49:10 UTC
7b1f966 Windows: Make file delete/rename retry configurable Several CMake operations need to replace files in rapid succession. This commonly fails on Windows due to filesystem lock behavior so we have retry loops. No matter how many times we retry or how long we delay there will inevitably be someone with an environment that needs more. Make the retry count and delay configurable in the Windows Registry keys: {HKCU,HKLM}/Software/Kitware/CMake/Config in DWORD values FilesystemRetryCount = Number of tries FilesystemRetryDelay = Delay in milliseconds between tries Leave the feature undocumented for now to see how it goes. 12 February 2014, 14:55:41 UTC
5104f55 CMake Nightly Date Stamp 12 February 2014, 05:01:06 UTC
2d9f93a Sublime: Pass language and config properly 11 February 2014, 19:41:43 UTC
6ca6613 Export: Use the CMAKE_DEVEL_VERSION macro for build-export files. Move the macro definition to the cmExportBuildFileGenerator.h header to share it. 11 February 2014, 15:31:53 UTC
3693c63 OS X: Split Intel compiler information files Create platform information modules Platform/Darwin-Intel-(C|CXX).cmake and helper module Platform/Darwin-Intel.cmake. Teach existing module Platform/Darwin-Intel-Fortran.cmake to use the helper too. Move information from Platform/Darwin-icc.cmake into these files and drop information already in Platform/Darwin.cmake to avoid duplication. 11 February 2014, 15:04:26 UTC
418a155 Merge topic 'cmake-devel-version-macro' 9bcc1b21 Export: Fix internal CMake version test logic d2059d25 cmVersion: Fix CMake_VERSION_ENCODE for date in patch level 28805109 cmStandardIncludes: Include cmIML/INT.h for portable integer types 11 February 2014, 14:16:09 UTC
c29eb75 Merge topic 'release-notes-3.0' 10f90d64 Help: Add CMake 3.0 Release Notes 11 February 2014, 14:16:08 UTC
cef89d4 Merge topic 'backward-compatibility' 37e1894d cmTarget: Remove TODO comment. 11 February 2014, 14:16:06 UTC
e44bbec Merge topic 'eclipse-hotfix' 311c0b98 Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722) 11 February 2014, 14:16:04 UTC
a12dd79 Merge topic 'graphviz-one-file' 18bef4cd graphviz: allow to disable per target graphs (#14746) 11 February 2014, 14:16:02 UTC
10f90d6 Help: Add CMake 3.0 Release Notes Manually read through version control history since the 2.8.12.2 release and write release notes for important user-facing changes. Co-Author: Stephen Kelly <steveire@gmail.com> 11 February 2014, 14:07:14 UTC
37e1894 cmTarget: Remove TODO comment. The current behavior is desirable because while it is common to set a per-config suffix on libraries, it is not common for exexutables. 11 February 2014, 10:05:01 UTC
ab6231f CMake Nightly Date Stamp 11 February 2014, 05:01:05 UTC
a22eeca FindBoost: Search next to MPI libraries for boost_mpi (#14739) Some distributions place boost_mpi next to the MPI libraries against which it was built instead of next to the other Boost libraries. If find_package(MPI) has already been run prior to find_package(Boost) then MPI_CXX_LIBRARIES or MPI_C_LIBRARIES may be set to the location of the MPI libraries. Teach FindBoost.cmake to look there for boost_mpi and boost_mpi_python after looking next to the other Boost libraries but not consider the location to be Boost_LIBRARY_DIR. 10 February 2014, 21:18:47 UTC
5d05124 Merge topic 'doc-policy-version-3.0' aab11bca Help: Change version 3.0.0 -> 3.0 in policy docs 10 February 2014, 20:40:33 UTC
9bcc1b2 Export: Fix internal CMake version test logic Fix the internal DEVEL_CMAKE_VERSION macro to use CMake_VERSION_ENCODE to compare version component-wise. Otherwise an old invocation of the macro may be tricked into using the current version when the requested major version is smaller than the current version but the requested minor version is larger. It should use the requested (old) version in that case. 10 February 2014, 20:32:33 UTC
d2059d2 cmVersion: Fix CMake_VERSION_ENCODE for date in patch level Use a uint64_t to store encoded version numbers so we have plenty of bits available. Encode with room for up to 1000 minor releases between major releases and to encode dates until the year 10000 in the patch level. This is necessary because CMake development versions prior to release 2.8.0 used the date in the patch level, and this practice may be restored after the 3.0 release. 10 February 2014, 20:32:32 UTC
2880510 cmStandardIncludes: Include cmIML/INT.h for portable integer types Also teach the bootstrap script to configure the needed headers. 10 February 2014, 20:31:40 UTC
aab11bc Help: Change version 3.0.0 -> 3.0 in policy docs Starting with 3.0 we will use only two components for the feature level, and policies are only ever introduced with a bump to the feature level version. 10 February 2014, 16:40:21 UTC
89d49ec Merge topic 'extend-docs' 0b3e98d9 Help: Don't list debuggable properties in cmake-buildsystem manual. 39d08b92 Help: Add additional hyperlink targets ef17e293 Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS 10 February 2014, 16:25:10 UTC
d7133c0 Merge topic 'cmake-devel-version-macro' eaf703f1 Export: Use a macro to ensure minimum development version requirement 10 February 2014, 16:25:08 UTC
c00d84c Merge topic 'remove-Example' 2e615d4b Remove the Example from the source. 10 February 2014, 16:25:06 UTC
7b38931 Merge topic 'generate-cmCommands-file' 23d3d38a CMakeLists: Generate the cmCommands.cxx file. 10 February 2014, 16:25:04 UTC
cdcf23b Merge topic 'fix-CMP0028-iface' b2915238 CMP0028: Trigger on libraries from INTERFACE of dependencies. 10 February 2014, 16:25:02 UTC
d51dc24 Merge topic 'Qt4-qmake-IMPORTED' 7d90d6c5 Qt4: Add IMPORTED executable for qmake. 10 February 2014, 16:25:00 UTC
f67ab2a Merge topic 'release-notes-prep' 4b7f2f52 Help: Add hyperlink targets for argument types in cmake-language(7) 113df227 Remove ChangeLog.manual 79f55909 Remove ChangeLog.txt d25dbc90 Tests/BundleTest: Drop use of ChangeLog.txt 10 February 2014, 16:24:58 UTC
27d3974 Merge topic 'wix_desktop' b78d74de CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS 10 February 2014, 16:24:56 UTC
6e149e1 Merge topic 'interface-library-signatures' 6d85a6a6 add_library: Issue better diagnostic for INTERFACE GLOBAL signature. 770245e9 add_library: Test invalid GLOBAL INTERFACE signature. 10 February 2014, 16:24:54 UTC
e180c1d Merge topic 'doc-polcy-CMP0024-typo' f02b5fb5 Help: Fix typo. 10 February 2014, 16:24:52 UTC
c9a489a Merge topic 'intel-visibility' b7f58511 Visibility: the Intel compiler does not support -fvisibility on windows 10 February 2014, 16:24:50 UTC
3c23873 Merge topic 'test-CheckModules-speedup' 78be3247 Tests: Speed up RunCMake.CheckModules test 10 February 2014, 16:24:48 UTC
18bef4c graphviz: allow to disable per target graphs (#14746) In CMakeGraphVizOptions.cmake, allow the options GRAPHVIZ_GENERATE_PER_TARGET and GRAPHVIZ_GENERATE_DEPENDERS to enable the generation of per target graphs and subgraphs respectively. Both options are TRUE per default to maintain current behavior. 10 February 2014, 15:30:50 UTC
0b3e98d Help: Don't list debuggable properties in cmake-buildsystem manual. 10 February 2014, 08:03:53 UTC
c116639 CMake Nightly Date Stamp 10 February 2014, 05:01:06 UTC
311c0b9 Eclipse: Skip generator expressions in COMPILE_DEFINITIONS (#14722) This is a hot-fix for the bug. It seems like a good idea to generally reform the generator to care about targets instead of directories, but this patch at least makes the reported error go away. 09 February 2014, 22:44:21 UTC
eaf703f Export: Use a macro to ensure minimum development version requirement Use the version number of the specified release, or of the current development version if the release is not yet made. 09 February 2014, 21:30:30 UTC
2e615d4 Remove the Example from the source. It is not showing modern practice, and is obsolete as documentation after the rst documentation system and new content. 09 February 2014, 21:09:20 UTC
23d3d38 CMakeLists: Generate the cmCommands.cxx file. Define the list of commands in the CMakeLists.txt file. List the sources in the CMakeLib target, but mark them as HEADER_FILE_ONLY. This has the effect that IDEs will show the files, though they will not be built again. Add a cmCommandsForBootstrap.cxx file for bootstrapping purposes. Rename the cmExportLibraryDependencies file to match the common pattern. 09 February 2014, 21:02:37 UTC
b291523 CMP0028: Trigger on libraries from INTERFACE of dependencies. 09 February 2014, 14:35:28 UTC
7d90d6c Qt4: Add IMPORTED executable for qmake. 09 February 2014, 13:35:57 UTC
39d08b9 Help: Add additional hyperlink targets 09 February 2014, 11:11:09 UTC
ef17e29 Help: Document SYSTEM treatment of IMPORTED target INTERFACE_INCLUDE_DIRS Document how the behavior can be controlled. 09 February 2014, 11:11:09 UTC
1cc3e9f CMake Nightly Date Stamp 09 February 2014, 05:01:05 UTC
b78d74d CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS 08 February 2014, 18:19:33 UTC
d582809 CMake Nightly Date Stamp 08 February 2014, 05:01:06 UTC
4b7f2f5 Help: Add hyperlink targets for argument types in cmake-language(7) Add reStructuredText hyperlink targets for the bracket, quoted, and unquoted argument sections. 07 February 2014, 18:35:50 UTC
113df22 Remove ChangeLog.manual This file was used during the 2.8 release series to hold notes generated from 'git shortlog'. In CMake 3.0 it is replaced by Help/release/*.rst documents containing more useful manually written release notes. 07 February 2014, 18:35:32 UTC
79f5590 Remove ChangeLog.txt This file has not been maintained since the conversion from CVS to Git. It provides not useful information in modern releases. 07 February 2014, 18:35:31 UTC
d25dbc9 Tests/BundleTest: Drop use of ChangeLog.txt The test just wants a source file from outside its tree. Use README.rst instead. 07 February 2014, 18:35:31 UTC
6d85a6a add_library: Issue better diagnostic for INTERFACE GLOBAL signature. 07 February 2014, 14:49:15 UTC
770245e add_library: Test invalid GLOBAL INTERFACE signature. This has to be tested separately from the invalid_signature test because target sources are evaluate at a later time, and earlier errors in the invalid_signature test cause early exit. 07 February 2014, 14:49:15 UTC
f02b5fb Help: Fix typo. 'to not to' -> 'not to' 07 February 2014, 13:25:19 UTC
b7f5851 Visibility: the Intel compiler does not support -fvisibility on windows 07 February 2014, 10:50:08 UTC
53cffda CMake Nightly Date Stamp 07 February 2014, 05:01:05 UTC
cab5ebd Intel compiler: add -isystem flag under Linux This makes the SYSTEM keyword work with the Intel compiler under Linux. AFAIK this is supported neither under Windows nor OSX. Alex 06 February 2014, 23:23:31 UTC
6abdc6c Merge topic 'update-buildsystem-docs' cc46b702 Help: Adjust the QtAutogen properties to the common style. f371545d Help: Use ``True`` and ``False`` for IMPORTED values. 3879c847 Help: Document relation of properties to the rest of the buildsystem. ba4c2fa8 Help: Mark up the buildsystem commands documentation a683262a Help: Note that the compatible interface properties must not intersect. fbe01bed Help: Specify how to order and modify transitively set property values. 645500b4 Help: Add hyperlink targets to some manual sections. 85a4fad7 Help: Use ``inline-literals`` to mark generator expressions. a0fa0253 Help: Mark up references to NEW and OLD policy settings properly. 6c02e7f4 Help: Add a style guide. 91fbff88 Help: Fix typos 06 February 2014, 21:19:02 UTC
cc46b70 Help: Adjust the QtAutogen properties to the common style. Link to the cmake-qt manual. 06 February 2014, 21:15:54 UTC
f371545 Help: Use ``True`` and ``False`` for IMPORTED values. Only the first letter is capitalized. It is marked up. 06 February 2014, 21:15:54 UTC
3879c84 Help: Document relation of properties to the rest of the buildsystem. 06 February 2014, 21:15:53 UTC
ba4c2fa Help: Mark up the buildsystem commands documentation Cross-link to the cmake-buildsystem manual. 06 February 2014, 21:15:53 UTC
a683262 Help: Note that the compatible interface properties must not intersect. 06 February 2014, 21:15:53 UTC
fbe01be Help: Specify how to order and modify transitively set property values. 06 February 2014, 21:15:53 UTC
645500b Help: Add hyperlink targets to some manual sections. These can be refered to from the command documentation and other relevant locations. 06 February 2014, 21:15:53 UTC
85a4fad Help: Use ``inline-literals`` to mark generator expressions. 06 February 2014, 21:15:52 UTC
a0fa025 Help: Mark up references to NEW and OLD policy settings properly. 06 February 2014, 21:15:52 UTC
6c02e7f Help: Add a style guide. 06 February 2014, 21:15:50 UTC
91fbff8 Help: Fix typos Psuedo -> Pseudo behaviour -> behavior CMake uses American spelling. 06 February 2014, 21:14:13 UTC
78be324 Tests: Speed up RunCMake.CheckModules test Enable the C and CXX languages only in the test cases that really need them. In the failure cases we do not get far enough to really use the languages, so skip enabling them. 06 February 2014, 16:12:50 UTC
f555281 Merge topic 'FindOpenSSL-root-dir' 12d6eb63 FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) 06 February 2014, 16:10:25 UTC
0795aed Merge topic 'Qt4-WIN32-doc' 0f5dfd10 Help: Specify that qtmain.lib is only used for WIN32 executables. 06 February 2014, 16:10:24 UTC
d5c54d0 Merge topic 'fix-Qt-autogen' 8f8edeb0 QtAutogen: Only add source files to the target if AUTORCC is ON. 06 February 2014, 16:10:18 UTC
5f7d7bd CMake Nightly Date Stamp 06 February 2014, 05:01:06 UTC
12d6eb6 FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735) In commit v2.8.5~176^2~2 (FindOpenSSL: We should only use hints to find OpenSSL, 2011-03-28) values for HINTS and PATHS of find_* calls were computed everywhere but only used on Windows. Use them everywhere. 05 February 2014, 17:28:36 UTC
0f5dfd1 Help: Specify that qtmain.lib is only used for WIN32 executables. 05 February 2014, 15:05:16 UTC
back to top