https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
f85f6a5 bash-completion: Fix/improve generator names extraction 29 July 2013, 23:13:08 UTC
351fd63 bash-completion: Add -S,-SP options arguments completion 29 July 2013, 22:32:17 UTC
c18117a Merge topic 'fix-export-includes-crash' f868e47 Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES. 29 July 2013, 13:59:29 UTC
7c3494e Merge topic 'PrintHelperFunctions' e32ff96 add macros cmake_print_properties() and cmake_print_variables() 29 July 2013, 13:55:31 UTC
63728df Merge topic 'memcheck_pre_post_args' c0756b6 Revert "CTest: fix pre and post test commands with spaces" (#13887) 29 July 2013, 13:55:27 UTC
1b9aa69 Merge topic 'FindPNG-dbg-rel' 2a79753 FindPNG: improve library detection (#14301) 29 July 2013, 13:55:18 UTC
3c683d7 Merge topic 'rpath-on-mac' 84698ab OS X: If necessary, use xcrun to help find otool used to query install names. 29 July 2013, 13:55:15 UTC
64bb8f4 Merge topic 'DocumentGraphvisOptions' 692ecf4 graphvizoptions: add copyright notice ee32673 Add documentation for the --graphviz support 29 July 2013, 13:55:08 UTC
50c5eb5 Merge topic 'ninja_bad_cmcldeps_paths' 9275554 Ninja: Update BuildDepends test to verify cmcldeps depfiles. 6fa9d0a Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc' 29 July 2013, 13:54:48 UTC
3dace78 Merge topic 'minor-cleanups' b8dc7fa Genex: Disallow LINKER_LANGUAGE only when used on a static library. c8a10ba cmTarget: Fix iface libraries and languages for static libraries. f94bdb3 cmTarget: Remove duplicates when printing traces of tll signatures ff3d5fa Export: Fix typo of LINK_INTERFACE_LIBRARIES. 79a7a81 Docs: Document variables for default visibility values. 6f6391b Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs. d8cb47f Docs: Trim trailing whitespace in generated doc. f10e648 Docs: Document existing target property debugging options. 4f4d69f Qt4Macros: Simplify some variable population. a413a40 Qt4Macros: Remove undefined varible use. b60a29e Qt4Macros: Remove unneeded generate CONDITION. e454cba Docs: Document file(GENERATE) CONDITION as optional. 29 July 2013, 13:54:34 UTC
eaeadfe Merge topic 'FindGTK2Debug' 32cf738 FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED option a874142 FindGTK2: Update local changelog cd2d9c7 FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIR 732324f FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARY 03bd3d1 FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug mode 29 July 2013, 13:54:21 UTC
f868e47 Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES. The new feature of install(TARGETS ... INCLUDES DESTINATION) introduced in commit 650e61f8 (Add a convenient way to add the includes install dir to the INTERFACE., 2013-01-05) introduced this crash. If the new feature is used with a target which has no INTERFACE_INCLUDE_DIRECTORIES, a segfault occurred. 29 July 2013, 13:50:24 UTC
32cf738 FindGTK2: Remove GTK2_SKIP_MARK_AS_ADVANCED option Variables are now automatically marked as advanced by SelectLibraryConfigurations 29 July 2013, 13:40:58 UTC
a874142 FindGTK2: Update local changelog 29 July 2013, 13:40:58 UTC
cd2d9c7 FindGTK2: Append _INCLUDE_DIR to var name in _GTK2_FIND_INCLUDE_DIR This is to keep _GTK2_FIND_INCLUDE_DIR and _GTK2_FIND_LIBRARY coherent after previous commit 29 July 2013, 13:40:58 UTC
732324f FindGTK2: Append _LIBRARY to var name in _GTK2_FIND_LIBRARY This avoids to get the base name using a regexp, in order to use SelectLibraryConfigurations 29 July 2013, 13:40:57 UTC
03bd3d1 FindGTK2: Use GTK_XXX_LIBRARY_DEBUG libraries in debug mode If the GTK_XXX_LIBRARY_DEBUG library is available, it is now used when linking in debug mode XXX. A new set of variables GTK_XXX_LIBRARY_RELEASE is added and the original GTK_XXX_LIBRARY uses the optimized/debug syntax. 29 July 2013, 13:40:57 UTC
fc1708a CMake Nightly Date Stamp 29 July 2013, 04:01:03 UTC
8d3b653 CMake Nightly Date Stamp 28 July 2013, 04:01:04 UTC
2a79753 FindPNG: improve library detection (#14301) -add support for upcoming version 1.7 -improve version selection, use the major and minor of the requested version to generate the library suffix list -support detection of release and debug libraries 27 July 2013, 20:35:11 UTC
c0756b6 Revert "CTest: fix pre and post test commands with spaces" (#13887) This reverts commit 6187876dea89618044e200808bcae75a18bd4043. It was actually possible before to have paths with spaces in them, the spaces just need to be quoted. This way spaces will work as argument separators. 27 July 2013, 20:05:47 UTC
e32ff96 add macros cmake_print_properties() and cmake_print_variables() This patch adds the file CMakePrintHelpers.cmake, which provides the macros (functions) cmake_print_properties() and cmake_print_variables(), which are useful e.g. for debugging and make inspecting target (or other) properties easier. Alex 27 July 2013, 19:37:05 UTC
84698ab OS X: If necessary, use xcrun to help find otool used to query install names. This fixes querying for @rpath install names when using Xcode without the command line tools installed. 27 July 2013, 04:38:57 UTC
46558d2 CMake Nightly Date Stamp 27 July 2013, 04:01:11 UTC
692ecf4 graphvizoptions: add copyright notice Alex 26 July 2013, 21:32:41 UTC
ee32673 Add documentation for the --graphviz support This patch adds Modules/CMakeGraphVizOptions.cmake, which is used only for generating documentation for the --graphviz support. Alex 26 July 2013, 20:43:42 UTC
b8dc7fa Genex: Disallow LINKER_LANGUAGE only when used on a static library. For shared libraries and executables, the linker_language is indepenedent of the linked libraries. 26 July 2013, 14:58:25 UTC
9275554 Ninja: Update BuildDepends test to verify cmcldeps depfiles. 26 July 2013, 14:12:03 UTC
6fa9d0a Ninja: Make cmcldeps depfile output more consistent with 'ninja -t msvc' Ninja relies on the generator to produce paths that match up with the paths used in the build.ninja file, which are spelled with backslashes. Therefore, cmcldeps should canonicalize depfile paths to use backslashes and relativize paths to the build directory. 26 July 2013, 14:12:03 UTC
c8a10ba cmTarget: Fix iface libraries and languages for static libraries. 26 July 2013, 13:15:42 UTC
87402c9 Merge topic 'tid-system-argument' 9b9a596 cmTarget: Fix property name typo in docs. 26 July 2013, 13:01:22 UTC
dda6e93 Merge topic 'install-interface-relative' d777b8e Genex: Allow relative paths in INSTALL_INTERFACE. 26 July 2013, 13:01:19 UTC
c82b1cb Merge topic 'install-interface-includes' 650e61f Add a convenient way to add the includes install dir to the INTERFACE. 26 July 2013, 13:01:06 UTC
003154f Merge topic 'Qt4-INTERFACE_LINK_LIBRARIES' 0f267c0 FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets. 26 July 2013, 13:00:56 UTC
30999f8 Merge topic 'doc-check-compiler-flag-override' 3e79d65 Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309) 26 July 2013, 13:00:51 UTC
a883bc0 Merge topic 'sha2-avoid-type-pun' 6a365d0 sha2: Avoid type-punned pointer dereference (#14314) 26 July 2013, 13:00:45 UTC
f94bdb3 cmTarget: Remove duplicates when printing traces of tll signatures 26 July 2013, 12:05:25 UTC
ff3d5fa Export: Fix typo of LINK_INTERFACE_LIBRARIES. Refer correctly to the old property, not the new one. 26 July 2013, 11:10:06 UTC
79a7a81 Docs: Document variables for default visibility values. 26 July 2013, 07:37:12 UTC
6f6391b Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs. 26 July 2013, 07:37:12 UTC
d8cb47f Docs: Trim trailing whitespace in generated doc. 26 July 2013, 07:37:12 UTC
f10e648 Docs: Document existing target property debugging options. 26 July 2013, 07:37:12 UTC
4f4d69f Qt4Macros: Simplify some variable population. 26 July 2013, 07:37:12 UTC
a413a40 Qt4Macros: Remove undefined varible use. This may have been added in anticipation of processing COMPILE_OPTIONS, but as moc does not accept them, there is no need for it. 26 July 2013, 07:37:12 UTC
b60a29e Qt4Macros: Remove unneeded generate CONDITION. 26 July 2013, 07:24:22 UTC
4c28033 CMake Nightly Date Stamp 26 July 2013, 04:01:07 UTC
e454cba Docs: Document file(GENERATE) CONDITION as optional. 25 July 2013, 22:21:50 UTC
6a365d0 sha2: Avoid type-punned pointer dereference (#14314) GCC warns: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] on constructs like *(sha_word64*)&var = so use memcpy to perform such assignments instead. 25 July 2013, 17:10:13 UTC
9b9a596 cmTarget: Fix property name typo in docs. 25 July 2013, 13:06:02 UTC
10e54cd Merge topic 'dev/export-target-without-language' 5837f19 export: Error when exporting a target without a language 25 July 2013, 12:47:49 UTC
17fb435 Merge topic 'doc-RunCMake-strips-expected' c80a4f9 Tests/RunCMake: Document stripping of expected output 25 July 2013, 12:47:17 UTC
5837f19 export: Error when exporting a target without a language First, it prevents a NULL dereference and second it reiterates that targets without languages are not supported by CMake. Add a RunCMake.ExportWithoutLanguage test exporting a library without a languages. 25 July 2013, 12:44:57 UTC
c80a4f9 Tests/RunCMake: Document stripping of expected output Document that trailing newlines are stripped from the -stdout.txt and -stderr.txt content before using as a regular expression. 25 July 2013, 12:38:53 UTC
2f8dace Merge topic 'tll-new-signatures' b655865 target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature 25 July 2013, 12:37:16 UTC
9f8fcdd Merge topic 'compile-defs-debugging' a43e5e0 Test COMPILE_DEFINITIONS target property get/set/get round-trip 25 July 2013, 12:37:13 UTC
86f2d83 Merge topic 'fix-FindQt4-available-modules' d57c1c1 FindQt4: Re-add QAxServer to the QT_MODULES. 25 July 2013, 12:37:01 UTC
6b92e93 Merge topic 'doc-CMAKE_lang_FLAGS' 41bb95f Document CMAKE_<LANG>_FLAGS variable (#14305) 25 July 2013, 12:36:55 UTC
d777b8e Genex: Allow relative paths in INSTALL_INTERFACE. These paths can be prepended with the ${_IMPORT_PREFIX} generated in the export file. Such relative paths were previously an error. 25 July 2013, 12:31:22 UTC
3e79d65 Check*CompilerFlag: Document use of CMAKE_REQUIRED_DEFINITIONS (#14309) Explain how CMAKE_REQUIRED_DEFINITIONS is set before calling the check_*_source_compiles macros. 25 July 2013, 12:25:15 UTC
0f267c0 FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets. This makes the IMPORTED_LINK_INTERFACE_LIBRARIES_<CONFIG> properties obsolete. 25 July 2013, 11:55:42 UTC
6b184d1 CMake Nightly Date Stamp 25 July 2013, 04:01:05 UTC
a43e5e0 Test COMPILE_DEFINITIONS target property get/set/get round-trip Teach the Preprocess test to get, set, and then get the same value for the COMPILE_DEFINITIONS target property and verify that the value is not changed. This ensures the internal structured storage of the property value can reproduce the original string value. 24 July 2013, 17:25:47 UTC
d57c1c1 FindQt4: Re-add QAxServer to the QT_MODULES. This was removed instead of moved in commit b8af46cb (FindQt4: Don't fail if certain Qt modules are unavailable.). 24 July 2013, 15:59:13 UTC
b655865 target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature Add a new signature to help populate INTERFACE_LINK_LIBRARIES and LINK_LIBRARIES cleanly in a single call. Add policy CMP0023 to control whether the keyword signatures can be mixed with uses of the plain signatures on the same target. 24 July 2013, 15:52:44 UTC
828ddb6 Merge topic 'framework-interface-includes' f5ca872 Use linked frameworks as a source of include directories. 24 July 2013, 15:50:49 UTC
f5ca872 Use linked frameworks as a source of include directories. 24 July 2013, 15:49:06 UTC
650e61f Add a convenient way to add the includes install dir to the INTERFACE. Export the INCLUDES DESTINATION without appending to the INTERFACE_INCLUDE_DIRECTORIES of the target itself. That way, a target can be exported multiple times with different INCLUDES DESTINATION without unintended cross-pollution of export sets. 24 July 2013, 15:32:58 UTC
e31c4bd Merge topic 'dev/property-append-with-empty-string' 31bd83e set_property: Do not remove a property when APPENDing nothing 24 July 2013, 15:02:44 UTC
fdbf952 Merge topic 'FindCuda_more_search_paths' 09f00a6 FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current. 24 July 2013, 15:02:37 UTC
e6f93dc Merge topic 'windows_ninja_duplicate_paths' a11da72 Ninja: Properly convert all paths to unix style before we do set intersection. 24 July 2013, 15:02:33 UTC
49e8c65 Merge topic 'fix-FindQt4-available-modules' 969e7ee FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286) 24 July 2013, 15:02:29 UTC
a52f00e Merge topic 'minor-cleanups' 8f5b402 Remove TODO to uniq COMPILE_OPTIONS 5fb58b8 Don't add trailing whitespace to error message. 24 July 2013, 15:02:24 UTC
571d050 Merge topic 'fix-mapped-config-genex' 10a069b Genex: Fix $<CONFIG> with IMPORTED targets and multiple locations. 24 July 2013, 15:02:19 UTC
6077847 Merge topic 'remove-LINK_LANGUAGE-genex' 4f6bd70 Remove the LINK_LANGUAGE generator expression. 24 July 2013, 15:02:14 UTC
31bd83e set_property: Do not remove a property when APPENDing nothing 24 July 2013, 14:50:15 UTC
969e7ee FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286) This fixes a regression introduced by commit b8af46cb (FindQt4: Don't fail if certain Qt modules are unavailable., 2013-05-23) The _FOUND variable is set by the _QT4_ADJUST_LIB_VARS macro, so invoke that unconditionally, and guard only the set_property calls, as described in the original bug report (#14165). 24 July 2013, 14:46:00 UTC
10a069b Genex: Fix $<CONFIG> with IMPORTED targets and multiple locations. The old code checked only that there was a LOCATION for the specified config, but did not check whether the config actually mapped. Task-number: 14292 24 July 2013, 14:43:02 UTC
4f6bd70 Remove the LINK_LANGUAGE generator expression. It accepted an optional argument to test for equality, but no way to get the linker language of a particular target. TARGET_PROPERTY provides this flexibility and STREQUAL provides the necessary API for equality test. Extend the CompileDefinitions test to cover accessing the property of another target. 24 July 2013, 14:40:00 UTC
41bb95f Document CMAKE_<LANG>_FLAGS variable (#14305) We already document the variables CMAKE_<LANG>_FLAGS_{DEBUG, MINSIZEREL, RELEASE, RELWITHDEBINFO}. However, CMAKE_<LANG>_FLAGS is not documented, even though it's available (and useful). 24 July 2013, 14:30:34 UTC
52daa0e CMake Nightly Date Stamp 24 July 2013, 04:01:04 UTC
ffe79b5 CMake Nightly Date Stamp 23 July 2013, 04:01:09 UTC
a11da72 Ninja: Properly convert all paths to unix style before we do set intersection. On windows we had a subset of the paths as unix style and a subset as windows so when doing the set intersection it resulted in the same file being found twice. 22 July 2013, 14:42:37 UTC
cb57ce2 Merge topic 'AddCommentsToExportsFile' 4b1919f ExportTargets: add one more comment to the generated file. 22 July 2013, 13:48:51 UTC
8521a90 Merge topic 'rpath-on-mac' 603bc59 OS X: Fix regression handling frameworks for Ninja e645ff0 OS X: Enable rpath support on Mac OS X when find_library() is used. 22 July 2013, 13:48:44 UTC
fd8746d Merge topic 'SelectLibraryConfigurations' 04d4dc3 SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars 07b44e7 SelectLibraryConfigurations: Do not cache the _LIBRARY variable 22 July 2013, 13:48:39 UTC
29859c0 Merge topic 'cpack-wix' bf23891 CPackWIX: Add support for custom WiX templates 155bb01 CMakeCPack: Provide an upgrade guid for WiX bfa2e29 CPackWIX: Add option to specify the language(s) of the installer 6e51ea9 CPackWIX: Handle multiple shortcuts in the start menu 6d77e1a CPackWIX: Fix MSI package layout regression from parent 8c0e325 CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967) 22 July 2013, 13:48:32 UTC
f53ce89 Merge topic 'mingw-in-codeblocks' 9cdc5e6 MinGW: Find mingw32-make included with Code::Blocks IDE (#14302) 22 July 2013, 13:48:17 UTC
603bc59 OS X: Fix regression handling frameworks for Ninja Fix a regression created by commit 373faae5 (Refactor how bundles and frameworks are supported, 2013-05-05). Since the ninja file isn't aware of how framework symlinks work, we suppress symlink creation and let cmOSXBundleGenerator handle it. Also, use the real name of framework library in build rules as was done before, instead of the symlink. 22 July 2013, 13:40:11 UTC
04d4dc3 SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars If one of the libraries (_DEBUG or _RELEASE) is not set, the value is set to the value of the other one. FindQt4, from which the macro is extracted, sets the values to XXX_LIBRARY_{DEBUG,RELEASE}-NOTFOUND instead. In both cases the XXX_LIBRARY is correct, but using NOTFOUND makes it easier to understand which one is missing. Update Tests/CMakeOnly/SelectLibraryConfigurations with the new logic. 22 July 2013, 13:37:33 UTC
09f00a6 FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current. Ubuntu install the CUDA libraries into a location that is different than the default location provided by the NVidia installer. So we teach the FindCUDA package to also find the Ubuntu install location. 22 July 2013, 13:16:11 UTC
7dcf63e CMake Nightly Date Stamp 22 July 2013, 04:01:03 UTC
56e6538 CMake Nightly Date Stamp 21 July 2013, 04:01:03 UTC
5f4daff CMake Nightly Date Stamp 20 July 2013, 04:01:04 UTC
4b1919f ExportTargets: add one more comment to the generated file. This patch adds a comment above the block which protects the exported targets file against multiple inclusion, to make the file easier to understand for readers. Alex 19 July 2013, 20:57:33 UTC
bf23891 CPackWIX: Add support for custom WiX templates WiX provides a lot of functionality for installers that cannot be supported (easily) in the default WIX.template.in file. For most users, the default template should be fine. However if users want to produce merge modules, include custom actions, etc, this new option allows for a hook into how the wxs is produced. 19 July 2013, 18:50:43 UTC
155bb01 CMakeCPack: Provide an upgrade guid for WiX Set CPACK_WIX_UPGRADE_GUID. Without this upgrade GUID, you end up with multiple instances of the same installation when installing cmake from a WIX generated installer. 19 July 2013, 18:50:43 UTC
bfa2e29 CPackWIX: Add option to specify the language(s) of the installer Add option "CPACK_WIX_CULTURES". 19 July 2013, 18:50:43 UTC
6e51ea9 CPackWIX: Handle multiple shortcuts in the start menu 19 July 2013, 18:50:42 UTC
6d77e1a CPackWIX: Fix MSI package layout regression from parent The parent commit added a regression where if the install directory had: parent child A child B the produced MSI would install: parent child A child B 19 July 2013, 14:49:20 UTC
8c0e325 CPackWIX: Handle CPACK_PACKAGE_EXECUTABLES (#13967) Add start menu items including an uninstall shortcut. Add variable CPACK_WIX_PROGRAM_MENU_FOLDER to configure folder name. 19 July 2013, 14:49:00 UTC
back to top