https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
cc39bbe Add <CLRSupport> Tag for Visual Studio Adds the ability to write out the <CLRSupport> tag into Visual Studio project files when using .resx files. This is necessary in addition to the CLR compiler flag to allow the Visual Studio designer to work consistently. 05 December 2013, 14:47:01 UTC
7974dbb CMake Nightly Date Stamp 05 December 2013, 05:01:08 UTC
a5c3f05 Merge topic 'fix-export-segfault' 1cd1430 export(): Check targets exist at configure-time (#14608) 04 December 2013, 13:33:36 UTC
1cd1430 export(): Check targets exist at configure-time (#14608) Commit 66b290e7 (export(): Process the export() command at generate time., 2012-10-06 ) refactored export() so that it could evaluate strings at generate-time. This was intended for evaluating target properties, but that commit also removed a check for target existence at configure-time. Restore that check and add a test for this case. 04 December 2013, 13:30:26 UTC
f1ec923 CMake Nightly Date Stamp 04 December 2013, 05:01:09 UTC
07528f7 Merge topic 'filter-showincludes-in-launcher' e5e3f3d CTest: filter /showIncludes output from ninja compile launcher 03 December 2013, 14:48:09 UTC
a6b4508 Merge topic 'cmake-toolchains-manual' c45b5ce Help: Add cmake-toolchains.7 manual 3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables. 531c108 Help: Document the CMAKE_TOOLCHAIN_FILE. 03 December 2013, 14:45:28 UTC
c45b5ce Help: Add cmake-toolchains.7 manual Create a manual for toolchain related docs. 03 December 2013, 14:44:31 UTC
1af0c41 Merge topic 'Haiku-CPU-count' eef42a0 ProcessorCount: make it work on Haiku 03 December 2013, 14:30:31 UTC
2e8ce4d Merge topic 'lang-flag-var-helpstrings' 5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) 2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) 424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) 03 December 2013, 14:30:27 UTC
8a891b1 Merge topic 'cmake-mt-return-value' d384b5a cmake: Fix mt return value when hosted on posix (#14605) 03 December 2013, 14:30:23 UTC
da47c97 Merge topic 'osx-cross-compile-fixup' 3189ed3 OS X: Fix app bundle search path during cross compiling (#14603) 03 December 2013, 14:30:18 UTC
c1612db Merge topic 'xcode-folder-dedup' 2dcb1dc Xcode: Fix duplicate target subfolders (#14133) 03 December 2013, 14:30:14 UTC
e5e3f3d CTest: filter /showIncludes output from ninja compile launcher Teach "ctest --launch" a new "--filter-prefix" option. Set it using the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator. 03 December 2013, 14:25:53 UTC
5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) s/defalut/default/ Reported-by: Stephan Tolksdorf <st@quanttec.com> 03 December 2013, 14:21:33 UTC
b92dc10 CMake Nightly Date Stamp 03 December 2013, 05:01:08 UTC
65fb49b Merge topic 'doc-pdb-not-for-static-libs' c0897cf Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) 09c05f3 Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation cb7b907 Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable 02 December 2013, 17:07:50 UTC
fab69a3 Merge topic 'use-generator-target' 02a545c Don't generate subdir convenience rules for IMPORTED targets. 02 December 2013, 17:07:41 UTC
ea8d1a9 Merge topic 'INTERFACE_AUTOUIC_OPTIONS' 98093c4 QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. 02542b4 QtAutoUic: Handle new -include command line parameter. 1242f4e Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. 754b321 QtAutogen: Use config without prefix in map key. 02 December 2013, 17:07:31 UTC
ed1de30 Merge topic 'wix-components' 7b390f7 CPackWiX: add CPack component support 02 December 2013, 17:07:24 UTC
55f2a3d Merge topic 'FindSWIG-3498' 5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498) 02 December 2013, 17:07:17 UTC
fa894c3 Merge topic 'UseSWIG-octave' f39671c UseSWIG: Handle octave extensions. 02 December 2013, 17:07:03 UTC
f3a1019 Merge topic 'UseSWIG-fix12184' 74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184) 02 December 2013, 17:06:57 UTC
406635f Merge topic 'UseSWIG-fix13318' a87c063 UseSWIG: Name python module according to swig flags (#13318) 02 December 2013, 17:06:50 UTC
9d51c76 Merge topic 'export-includes' 5838aba Export: Report error on relative include with genex. 7a3e45b Export: Prefix relative items with genexes in INSTALL_INTERFACE. f088a32 Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION. 9eedc85 Export: Process relative includes after genex evaluation. 80790f3 Export: Test existing behavior of exporting includes with genexes. 38afc82 target_include_directories: Allow relative path with genex 02 December 2013, 17:06:43 UTC
9c56366 Merge topic 'KateProjectGenerator2' b54c336 kate: add some documentation 9414217 kate: insert build targets 644e012 kate: add project generator for the Kate project plugin 02 December 2013, 17:06:27 UTC
eef42a0 ProcessorCount: make it work on Haiku 02 December 2013, 16:51:47 UTC
c0897cf Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) Document PDB_NAME and PDB_OUTPUT_DIRECTORY as applying only to shared libraries and executables. Add an explicit note to explain why they do not work for static libraries. 02 December 2013, 16:32:41 UTC
09c05f3 Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation Add reStructuredText inline markup. 02 December 2013, 16:11:40 UTC
cb7b907 Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable 02 December 2013, 16:11:07 UTC
2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) Use consistent capitalization and write all words out in the cache entry descriptions. 02 December 2013, 15:41:12 UTC
424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) Remove the platform-specific description from the cache entry help strings for these variables. 02 December 2013, 15:25:52 UTC
d384b5a cmake: Fix mt return value when hosted on posix (#14605) On posix platforms return values are limited to a range from 0 to 255. Cross compiling/linking with MSVC on linux/wine leads to a misinterpretation of the return value 1090650113 of mt.exe. 02 December 2013, 15:17:31 UTC
3189ed3 OS X: Fix app bundle search path during cross compiling (#14603) In "Modules/Platform/Darwin.cmake" the variable _apps_paths stays empty if cross compiling. Do not de-duplicate an empty list. 02 December 2013, 14:32:40 UTC
2dcb1dc Xcode: Fix duplicate target subfolders (#14133) Fix logic introduced by commit eeeeca10 (XCode: Support target folders on XCode, 2011-02-20) to avoid duplicate subfolders. The problem was that no slash was appended to the curr_tgt_folder string on the it != this->TargetGroup.end() path. 02 December 2013, 14:09:22 UTC
f282a0b CMake Nightly Date Stamp 02 December 2013, 05:01:07 UTC
845cdbc CMake Nightly Date Stamp 01 December 2013, 05:01:07 UTC
5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498) 01 December 2013, 00:20:46 UTC
b4285ac CMake Nightly Date Stamp 30 November 2013, 05:01:07 UTC
02a545c Don't generate subdir convenience rules for IMPORTED targets. This was missing from commit c34968a9 (Port some of the generator API to cmGeneratorTarget., 2012-10-10). The generator targets stored with the cmMakefile include IMPORTED targets, unlike the accessor for resgular targets. Before this patch, rules would be generated for Qt5::Core for example, which result in broken makefiles. 29 November 2013, 11:57:24 UTC
f39671c UseSWIG: Handle octave extensions. 29 November 2013, 09:13:27 UTC
f0b3502 CMake Nightly Date Stamp 29 November 2013, 05:01:07 UTC
74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184) 28 November 2013, 09:26:14 UTC
93d2322 CMake Nightly Date Stamp 28 November 2013, 05:01:09 UTC
98093c4 QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. Transitively consume the property from linked dependents. Implement configuration-specific support by following the pattern set out for compile definitions and includes in cmQtAutoGenerators. Implement support for origin-tracking with CMAKE_DEBUG_TARGET_PROPERTIES. This is motivated by the needs of KDE, which provides a separate translation system based on gettext instead of the Qt linguist translation system. The Qt uic tool provides command line options for configuring the method used to translate text, and to add an include directive to the generated file to provide the method. http://thread.gmane.org/gmane.comp.kde.devel.frameworks/7930/focus=7992 Implement the interface to provide the uic options as a usage-requirement on the KI18n target, as designed for KDE. 27 November 2013, 18:06:12 UTC
02542b4 QtAutoUic: Handle new -include command line parameter. 27 November 2013, 18:06:12 UTC
1242f4e Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. 27 November 2013, 18:06:12 UTC
754b321 QtAutogen: Use config without prefix in map key. This is used by IDE generators to select config-specific includes and defines. 27 November 2013, 18:06:12 UTC
3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables. Add a replacement template for the variables, and link to them from the documentation for the find_* commands. 27 November 2013, 12:21:12 UTC
531c108 Help: Document the CMAKE_TOOLCHAIN_FILE. Link to the new docs from existing references to the variable. 27 November 2013, 12:21:12 UTC
d05e0aa CMake Nightly Date Stamp 27 November 2013, 05:01:12 UTC
7b390f7 CPackWiX: add CPack component support Creates a hierarchy of WiX features from CPack components and component groups. Switch to the FeatureTree UI in case components have been defined. Handles the component REQUIRE and HIDDEN options and the component group EXPANDED option. 26 November 2013, 21:15:57 UTC
b80ef72 Merge topic 'ninja-compile-link-pool' 7605e37 Ninja: job pool support for compiling and linking 26 November 2013, 14:52:35 UTC
fd2ffb4 Merge topic 'minor-cleanups' ebeb31d Help: Fix typo in CMP0040 docs. 97b0abb Help: Fix typo in genex docs. 26 November 2013, 14:48:21 UTC
a87c063 UseSWIG: Name python module according to swig flags (#13318) 26 November 2013, 14:46:39 UTC
8b585ee Merge topic 'cross-compiling-toolchain-variables' 89ba7b0 Update the Clang pattern to specify compiler options. 26 November 2013, 14:38:55 UTC
3eca31f Merge topic 'autogen-depends' 1320e07 cmQtAutogen: Allow specifying depends for autogen targets. 26 November 2013, 14:38:40 UTC
235c2d2 Merge topic 'use-generator-target' a60cd3d cmGeneratorTarget: Use the output directory to order cmTargets. 26 November 2013, 14:38:18 UTC
9498344 Merge topic 'watcom-no-prompt' abd2b36 Watcom: Suppress WMake interactive prompt on error 26 November 2013, 14:37:52 UTC
3ad5f9a Merge topic 'update-kwsys' 2ba2c43 bootstrap: Add KWSys Encoding and FStream f668112 Merge branch 'upstream-kwsys' into update-kwsys 704ab3d KWSys 2013-11-21 (1010d0e3) 26 November 2013, 14:37:24 UTC
6faf87e Merge topic 'libarchive-left-shift-fix' 5ee1297 libarchive: Port upstream issue 320 fix 26 November 2013, 14:37:15 UTC
779fd10 Merge topic 'INTERFACE_LIBRARY-property-whitelist' 5ee9e6b cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. 0bfcb45 INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. 26 November 2013, 14:36:58 UTC
784e6e7 Merge topic 'UseSWIG-fix14520' 20028d6 UseSWIG: Remove duplicate include dirs (#14520) 26 November 2013, 14:36:46 UTC
0ccc535 Merge topic 'UseSWIG-fix13814' acc59e5 UseSWIG: Handle a dll name different than module name (#13814) 26 November 2013, 14:36:22 UTC
48e476c Merge topic 'ninja-quoted-cmd-commands' b6f1142 Ninja: multiple commands must be quoted 26 November 2013, 14:36:04 UTC
e1fd648 Merge topic 'ninja-msvc-deps-for-intel' 76a8888 Ninja: deptype msvc for Intel's compiler on Windows 26 November 2013, 14:35:41 UTC
170c50d Merge topic 'FindGTK2-quartz-backend' 0e9bf6a FindGTK2: Add support for Quartz backend on MAC 26 November 2013, 14:35:13 UTC
5838aba Export: Report error on relative include with genex. Diagnostics which check the sanity of exported include paths previously skipped over any path containing a generator expression. Introduce a policy to issue an error message in such cases. The export files created in the OLD behavior are not usable, because they contain relative paths or paths to the source or build location which are not suitable for use on installation. CMake will report an error on import. 26 November 2013, 12:01:55 UTC
7a3e45b Export: Prefix relative items with genexes in INSTALL_INTERFACE. Code such as target_include_directories(foo INTERFACE $<INSTALL_INTERFACE:include$<FOO>> ) should be treated as a relative directory, despite the genex, after the INSTALL_INTERFACE is stripped away. Previously, this would generate a relative directory on export, which would be an error on import, so no policy is needed. 26 November 2013, 12:01:53 UTC
f088a32 Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION. Code such as install(TARGETS ... INCLUDES DESTINATION $<INSTALL_INTERFACE:include> ) should behave as if the INSTALL_INTERFACE wrapper were not present. 26 November 2013, 12:01:50 UTC
9eedc85 Export: Process relative includes after genex evaluation. In code such as install(TARGETS ... INCLUDES DESTINATION $<FOO>include ) the generator expressions are evaluated at generate-time. Delay determining whether each entry is a relative path until after the generator expressions are evaluated. Such relative paths are based relative to the CMAKE_INSTALL_PREFIX. 26 November 2013, 12:01:29 UTC
80790f3 Export: Test existing behavior of exporting includes with genexes. Test that no warning or error diagnostic is issued for 'good code'. 26 November 2013, 12:00:43 UTC
ebeb31d Help: Fix typo in CMP0040 docs. 'report and error' -> 'report an error' 26 November 2013, 11:10:37 UTC
97b0abb Help: Fix typo in genex docs. would be require -> would require 26 November 2013, 11:10:25 UTC
38afc82 target_include_directories: Allow relative path with genex Treat paths which are relative and which contain a generator expression which is not at the beginning as relative to the source directory. This matches the behavior of paths which are relative but contain no generator expression at all. Previously this would generate a relative path with the IMPORTED target on export(), which would be a reported as a non-existent path on import. If used directly in the buildsystem, it would be reported as a relative path, which is also an error. There is no need for a policy in this case. 26 November 2013, 09:30:18 UTC
b472785 CMake Nightly Date Stamp 26 November 2013, 05:01:08 UTC
89ba7b0 Update the Clang pattern to specify compiler options. In Clang 3.4, the preferred (and new) option pattern is --target=. http://thread.gmane.org/gmane.comp.compilers.clang.devel/29975 http://llvm.org/viewvc/llvm-project?view=revision&revision=184408 Clang 3.4 is not yet released, but there is a release candidate, and there is a dashboard test of Clang trunk. 25 November 2013, 22:01:21 UTC
1320e07 cmQtAutogen: Allow specifying depends for autogen targets. Test this by generating files with a custom target, which moc requires to be present when it is run. 25 November 2013, 21:41:21 UTC
7605e37 Ninja: job pool support for compiling and linking Could be tested by setting the environment variable NINJA_STATUS=[%r] 25 November 2013, 21:23:24 UTC
a60cd3d cmGeneratorTarget: Use the output directory to order cmTargets. The output directory must be unique, but the source directory of an add_subdirectory call may be re-used. 25 November 2013, 20:13:10 UTC
abd2b36 Watcom: Suppress WMake interactive prompt on error Add the "-e" option to build.make invocations of wmake as part of the silencing flags. From "wmake /?": -e erase files after error (no prompt) This prevents test timeouts on error. 25 November 2013, 18:14:38 UTC
2ba2c43 bootstrap: Add KWSys Encoding and FStream Run the KWSYS_STL_HAS_WSTRING platform test and configure the result. Configure the Encoding and FStream header files and build the sources. On Windows, build EncodingC.c with KWSYS_ENCODING_DEFAULT_CODEPAGE=CP_ACP. 25 November 2013, 17:46:09 UTC
f668112 Merge branch 'upstream-kwsys' into update-kwsys 25 November 2013, 16:19:42 UTC
704ab3d KWSys 2013-11-21 (1010d0e3) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 1010d0e3 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 6eab64c3..1010d0e3 Brad King (2): ace1364c Encoding: Remove unused include 1010d0e3 SystemTools: Avoid unused function warnings Clinton Stimpson (4): 0c2ff1f7 Encoding: Add Encoding module. 8abbad82 FStream: Add FStream module. 0a98de97 KWSys: Port to use wide character Windows APIs throughout. 2b0c683d Encoding: Default to ANSI code page on Windows David Cole (1): f67bb2ba SystemTools: Move typedef mode_t inside the SystemTools class Sean McBride (1): a40b9263 SystemInformation: Work around gcc -Wliteral-suffix warning Change-Id: Ie52df972331cc7377c236d410ead86024e9d15ab 25 November 2013, 16:19:37 UTC
5ee1297 libarchive: Port upstream issue 320 fix Port upstream commit 533e8fda (Rework the sign-extension to avoid left-shift of an explicit negative number, 2013-06-29) into CMake. Inspired-by: Tim Kientzle <kientzle@freebsd.org> 25 November 2013, 16:16:45 UTC
b54c336 kate: add some documentation Alex 25 November 2013, 15:48:39 UTC
9414217 kate: insert build targets This can be used by the build plugin in kate. Code is quite similar to the one for Eclipse. Alex 25 November 2013, 15:48:34 UTC
644e012 kate: add project generator for the Kate project plugin This patch adds an extra generator for KDE's kate text editor, or better more specifically, the project plugin. Alex 25 November 2013, 15:48:33 UTC
da6b86f Merge topic 'doc-generators-cleanup' beec9db Help: Organize and revise the cmake-generators.7 manual 25 November 2013, 15:47:15 UTC
5ee9e6b cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. 25 November 2013, 15:23:11 UTC
0bfcb45 INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. As an INTERFACE_LIBRARY has no direct link dependencies, we can short-circuit in cmGeneratorExpressionEvaluator and in cmGlobalGenerator::CheckLocalGenerators. As they do not generate any output directly, any generate- or install- related code acn also be short-circuited. Many of the local generators already do this. Because only INTERFACE related properties make sense on INTERFACE_LIBRARY targets, avoid setting other properties, for example via defaults. 25 November 2013, 15:17:50 UTC
beec9db Help: Organize and revise the cmake-generators.7 manual Move "extra" generators to their own section instead of duplicating them for each corresponding main generator. Divide the list of main generators into command-line and IDE sections and sort the names within each section. Document the environment from which each kind of generator may be used. Add a section to each "extra" generator documenting which main generators may be used with it. 25 November 2013, 15:17:18 UTC
9f095b7 Merge topic 'doc-cmake-language-env-vars' 45a03aa Help: Document $ENV{VAR} syntax in cmake-language.7 manual 25 November 2013, 14:14:18 UTC
45a03aa Help: Document $ENV{VAR} syntax in cmake-language.7 manual 25 November 2013, 13:55:28 UTC
d6516dc Merge topic 'EclipseParallelMakeOnlyOnUnixHosts' 83751af Eclipse: add -j only on UNIX hosts 25 November 2013, 13:38:07 UTC
7889109 Merge topic 'UseSWIG-fix13772' 276e373 UseSWIG: Fix .i relative source file location (#13173,#13772,#14459) 25 November 2013, 13:37:59 UTC
f1d5d88 Merge topic 'FindSWIG-fix13771' 8c127c9 FindSWIG: Use CMAKE_CURRENT_LIST_DIR instead of CMAKE_ROOT (#13771) 25 November 2013, 13:37:53 UTC
adde0c6 Merge topic 'FindSWIG-fix13449' 19b7a54 FindSWIG: Search for swig.swg only on host (#13449) 25 November 2013, 13:37:47 UTC
7008754 Merge topic 'FindSWIG-fix13426' 6620dc7 FindSWIG: Mark SWIG_DIR & SWIG_VERSION as advanced (#13426) 25 November 2013, 13:37:34 UTC
da9bde6 Merge topic 'use-generator-target' c34968a Port some of the generator API to cmGeneratorTarget. abb13ea Order cmGeneratorTargetsType elements deterministically. 25 November 2013, 13:37:29 UTC
back to top