https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
e010406 FindLATEX: Use FPHSA to report status in standard way Otherwise LaTeX was marked as not found in the summary. Also revise the documentation. 05 December 2014, 22:42:48 UTC
ce28da6 Merge branch 'release' 05 December 2014, 19:03:27 UTC
fad59f2 Merge topic 'xerces-rename' 27141eed Modules: Rename FindXerces to FindXercesC 05 December 2014, 19:02:11 UTC
03db9a0 Merge topic 'doc-file-GENERATE-order' fe21580b Help: Document file(GENERATE) signature option order 05 December 2014, 19:01:04 UTC
eff4081 Merge branch 'doc-file-GENERATE-order' into release 05 December 2014, 18:32:46 UTC
fe21580 Help: Document file(GENERATE) signature option order In commit v3.1.0-rc1~484^2 (Help: Format and revise file() command documentation, 2014-05-23) the signature of file(GENERATE) was accidentally simplified too much and dropped specification of the required argument ordering. Restore the signature to make the order clear. 05 December 2014, 18:28:24 UTC
356f7cf Merge topic 'Find-Modules-documentation' 67cb50ab Help: Document that IMPORTED targets in Find modules may be UNKNOWN. e18e21ae Help: Document IMPORTED_CONFIGURATIONS target property for Find modules. f0d0d761 Help: Remove recommendation about checking minimum CMake version. 31452416 Help: Add useful links to IMPORTED targets and usage requirements. b96b025b Help: Remove disadvantage creating IMPORTED targets in Find modules. 169f1166 Help: Link to cmake-packages(7) from the Module creation documentation. 05 December 2014, 15:39:12 UTC
c90633d CMake Nightly Date Stamp 05 December 2014, 05:01:15 UTC
67cb50a Help: Document that IMPORTED targets in Find modules may be UNKNOWN. 04 December 2014, 23:12:14 UTC
e18e21a Help: Document IMPORTED_CONFIGURATIONS target property for Find modules. 04 December 2014, 23:12:14 UTC
f0d0d76 Help: Remove recommendation about checking minimum CMake version. If this file is being executed, the user has the CMake version providing it. 04 December 2014, 22:55:15 UTC
3145241 Help: Add useful links to IMPORTED targets and usage requirements. 04 December 2014, 22:33:50 UTC
b96b025 Help: Remove disadvantage creating IMPORTED targets in Find modules. An IMPORTED target in either type of package can equally depend on an IMPORTED target in a Find module, which must be found as a dependency, which is presumably the problem being implied. This is not a distinction of creating an IMPORTED target in a Find module. 04 December 2014, 22:32:52 UTC
169f116 Help: Link to cmake-packages(7) from the Module creation documentation. 04 December 2014, 22:31:59 UTC
27141ee Modules: Rename FindXerces to FindXercesC The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces: New module to find Apache Xerces-C++, 2014-08-17). However, there are two implementations of Xerces, one in C++: http://xerces.apache.org/xerces-c/ and one in Java: http://xerces.apache.org/xerces-j/ Rename FindXerces to FindXercesC to clarify that it is about the C++ implementation. While at it, add the missing CMake 3.1 release note about this module. Suggested-by: Erik Sjölund <erik.sjolund@gmail.com> 04 December 2014, 15:41:26 UTC
470c549 Merge topic 'FindUnixCommands-use-FPHSA' ff50046b FindUnixCommand: Use FPHSA to report status in standard way 04 December 2014, 15:23:28 UTC
c7bd275 Merge topic 'cached-regex-clear-fixed' ceecd790 cmMakefile: store the number of last matches in a CMake var 7878d061 test: add a test for clearing regex results 04 December 2014, 15:23:26 UTC
e466517 Merge topic 'fix-add_library-check-for-shared' bd360ee3 add_library: Fix target type check for non-shared-lib platforms 04 December 2014, 15:23:24 UTC
09f797c Merge topic 'vs-hlsl-typo' 955fbf29 VS: Fix typo in VS_SHADER_MODEL lookup comment 04 December 2014, 15:23:21 UTC
13fc2ed Merge topic 'doc-mixed-case-commands' 607b39dc Utilities/Sphinx: Fix link targets for mixed-case command names 04 December 2014, 15:15:10 UTC
c2d3710 Merge branch 'doc-mixed-case-commands' into release 04 December 2014, 15:04:29 UTC
607b39d Utilities/Sphinx: Fix link targets for mixed-case command names When a CMake domain 'command' object is defined by CMakeTransform or the 'cmake:command' directive, generate the link target with a lower-case name even if the command name is not all lower-case. This is needed to make cross-references to the command definition work since the 'cmake:command' role is marked with the 'lowercase' property. 04 December 2014, 15:03:26 UTC
44f9a69 Merge branch 'release' 04 December 2014, 14:10:59 UTC
ba98442 Merge topic 'vs-phone-store-deployment-location' 352f246f VS: Add source file property to specify Windows App deployment location 04 December 2014, 14:10:05 UTC
0f381ad CMake Nightly Date Stamp 04 December 2014, 05:01:09 UTC
955fbf2 VS: Fix typo in VS_SHADER_MODEL lookup comment 03 December 2014, 19:12:32 UTC
ceecd79 cmMakefile: store the number of last matches in a CMake var With PushScope and PopScope, keeping track of another bit of data for each scope isn't easy. Instead, store it as another CMake variable so it gets implicitly tracked along with everything else. This works in a revert of commit 7d674b5f0b28a610333644d417c2e8cb796cc9e4. 03 December 2014, 16:06:44 UTC
7878d06 test: add a test for clearing regex results 03 December 2014, 16:06:44 UTC
ff50046 FindUnixCommand: Use FPHSA to report status in standard way Otherwise the UnixCommands were marked as not found in the summary. Also revise the documentation. 03 December 2014, 15:04:59 UTC
dc3b222 Merge branch 'release' 03 December 2014, 15:03:51 UTC
d90e288 Merge topic 'file-LOCK-command' 93017828 Help: Add notes for topic 'file-LOCK-command' e6db4c5a file: Add LOCK subcommand to do file and directory locking 05d6531c cmSystemTools: Add StringToInt helper 03 December 2014, 15:02:07 UTC
d91feda Merge topic 'icase-source-file-prop' b7d760ae test: test source file properties with case-insensitivity 03 December 2014, 15:02:05 UTC
9843dfa Merge topic 'binary-linux-64' 7fe6bb0d Utilities/Release: Add build of binary for Linux x86_64 03 December 2014, 15:02:03 UTC
cebce13 Merge topic 'fix-wince-unicode-entry-point' 681cda02 VS, WINCE: Fix entry point for Unicode builds 03 December 2014, 15:02:01 UTC
beb75b3 Merge topic 'FindPythonInterp-Fix-1.4' 4c8c3ba9 FindPythonInterp: fix version component variables for Python 1.4 (#15275) 03 December 2014, 15:01:58 UTC
eccc5e3 Merge topic 'CPackIFW-doc-typos' 4c07a00f CPackIFW: Correction of the module documentation 03 December 2014, 15:01:56 UTC
03b3ee7 Merge topic 'xcode-target-search-perf' 48f78f5f Xcode: use a map to look up target pointers (#15201) 03 December 2014, 15:01:53 UTC
72c4128 Merge topic 'doc-CMAKE_CXX_KNOWN_FEATURES-typo' 37d684bd Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs 03 December 2014, 15:01:52 UTC
b9eac05 Merge topic 'vs-hlsl-settings' 2a224b4c VS: Add source file properties to set the hlsl shader entry point and model 03 December 2014, 15:01:49 UTC
f773e28 Merge topic 'doc-Nsight-Tegra-toolchain' 23e2bd7e Help: Document Nsight Tegra toolchain configuration (#15276) 03 December 2014, 15:01:47 UTC
53fa072 Merge topic 'add-continue-command' 0de867dd continue: Add a new CMake language command for loop continuation (#14013) 03 December 2014, 15:01:44 UTC
cf63779 Merge topic 'FindOpenGL-revert-imported-targets' 02e34de2 FindOpenGL: Revert support for imported targets (#15267) 03 December 2014, 15:01:42 UTC
9301782 Help: Add notes for topic 'file-LOCK-command' 03 December 2014, 14:47:44 UTC
e6db4c5 file: Add LOCK subcommand to do file and directory locking Provide options to fail without blocking or to block up to a timeout. Provide options to specify the scope containing the lock so it can be released automatically at the end of a function, file, or process. Extend the RunCMake.file test with cases covering the file(LOCK) command usage and error cases. 03 December 2014, 14:47:44 UTC
05d6531 cmSystemTools: Add StringToInt helper Convert a string to a signed integer and reject any extra input. Co-Author: Rolf Eike Beer <eike@sf-mail.de> 03 December 2014, 14:47:26 UTC
1c104c0 Merge branch 'vs-phone-store-deployment-location' into release 03 December 2014, 14:32:42 UTC
7c28e7c Merge branch 'vs-hlsl-settings' into release 03 December 2014, 14:32:38 UTC
0e7c7bd Merge branch 'doc-CMAKE_CXX_KNOWN_FEATURES-typo' into release 03 December 2014, 14:32:32 UTC
6c8d573 Merge branch 'CPackIFW-doc-typos' into release 03 December 2014, 14:32:27 UTC
206117a Merge branch 'doc-Nsight-Tegra-toolchain' into release 03 December 2014, 14:32:22 UTC
352f246 VS: Add source file property to specify Windows App deployment location Add a VS_DEPLOYMENT_LOCATION source file property to specify where to put files that are part of the package. For example: set_property(SOURCE ${ASSET_FILES} PROPERTY VS_DEPLOYMENT_LOCATION "assets") Without this, sources marked with VS_DEPLOYMENT_CONTENT cannot be located properly. 03 December 2014, 14:31:59 UTC
2a224b4 VS: Add source file properties to set the hlsl shader entry point and model Create properties VS_SHADER_ENTRYPOINT and VS_SHADER_MODEL. Without these many .hlsl source files may not be possible to use. Extend the VSWinStorePhone test project to cover them. 03 December 2014, 14:30:59 UTC
37d684b Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs Typo "ss defined" => "as defined". 03 December 2014, 14:12:17 UTC
17e1ead Merge branch 'fix-wince-unicode-entry-point' into release 03 December 2014, 14:08:40 UTC
681cda0 VS, WINCE: Fix entry point for Unicode builds When _UNICODE is defined VS uses wmain instead of main as the entry function. To make this correctly work on WindowsCE EntryPointSymbol needs to be set to mainWCRTStartup instead of mainACRTStartup for console applications and to wWinMainCRTStartup instead of WinMainCRTStartup for GUI applications. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> 03 December 2014, 14:07:11 UTC
bd360ee add_library: Fix target type check for non-shared-lib platforms When checking target types for TARGET_SUPPORTS_SHARED_LIBS == false, enumerate exactly the library types not supported rather than trying to maintain a list of all the types that are supported. Otherwise add_library(SomeImportedLib UNKNOWN IMPORTED) warns on platforms that do not support shared libraries. Reported-by: Kelly Thompson <kgt@lanl.gov> 03 December 2014, 13:51:11 UTC
0e466f8 CMake Nightly Date Stamp 03 December 2014, 05:01:08 UTC
4c07a00 CPackIFW: Correction of the module documentation 02 December 2014, 20:52:07 UTC
23e2bd7 Help: Document Nsight Tegra toolchain configuration (#15276) 02 December 2014, 19:40:25 UTC
7fe6bb0 Utilities/Release: Add build of binary for Linux x86_64 02 December 2014, 19:00:39 UTC
b7d760a test: test source file properties with case-insensitivity Some filesystems are case insensitive, so when setting properties on the files, this should be respected (modulo a policy decision). 02 December 2014, 15:56:36 UTC
48f78f5 Xcode: use a map to look up target pointers (#15201) Use an efficient internal lookup to associate cmTarget and cmXCodeObject instances. 02 December 2014, 15:51:15 UTC
722178f Merge branch 'release' 02 December 2014, 15:23:51 UTC
f3ae286 Merge branch 'FindOpenGL-revert-imported-targets' into release 02 December 2014, 15:23:01 UTC
8c9ff4f Merge branch 'FindPythonInterp-Fix-1.4' into release 02 December 2014, 15:22:50 UTC
b85cd1b Merge branch 'doc-compile-features-typo' into release 02 December 2014, 15:22:39 UTC
c3c251c Merge topic 'FindOpenGL-no-X11' d051cbda FindOpenGL: Drop explicit dependency on X11 (#15268) 02 December 2014, 15:21:22 UTC
5bc8282 Merge topic 'doc-compile-features-typo' 64f8c533 Help: Fix typo in cmake-compile-features(7) manual 02 December 2014, 15:21:21 UTC
3e33fea Merge topic 'fix-implicit-lib-logging' 20bf6971 CMakeParseImplicitLinkInfo: Fix implicit library logging 02 December 2014, 15:21:19 UTC
983e434 Merge topic 'link-no-empty-response-files' 1c5be1f3 Makefile: Do not create an empty linker response file 02 December 2014, 15:21:16 UTC
f39d713 Merge topic 'FindOpenSSL-separate-libs' be9bec5d FindOpenSSL: Report crypto and ssl libraries separately 02 December 2014, 15:21:14 UTC
4c8c3ba FindPythonInterp: fix version component variables for Python 1.4 (#15275) This bug was introduced in "FindPythonInterp: rework the version detection" 7d6db93de9ffc6e6092fa722aaf9c057dadcd634. 02 December 2014, 14:36:59 UTC
64f8c53 Help: Fix typo in cmake-compile-features(7) manual Fix spelling 'execptions' => 'exceptions'. 02 December 2014, 14:20:22 UTC
0d75716 CMake Nightly Date Stamp 02 December 2014, 05:01:09 UTC
02e34de FindOpenGL: Revert support for imported targets (#15267) Revert the feature added by commit v3.1.0-rc1~420^2~2 (FindOpenGL: Provide imported targets for GL and GLU, 2014-05-31). Unfortunately it does not work on Windows because the full path to each library file is not actually known. The IMPORTED_LOCATION of an imported target must be a full path, but OPENGL_gl_LIBRARY is just 'opengl32' on Windows because the actual library file is in some implicit link directory that we may know know. More infrastructure will be needed in CMake to allow a name-only imported library. Until that exists, we will not be able to provide imported targets in FindOpenGL. 01 December 2014, 21:01:09 UTC
95b89e3 Merge branch 'link-no-empty-response-files' into release 01 December 2014, 18:59:41 UTC
9ea39ee Merge branch 'fix-implicit-lib-logging' into release 01 December 2014, 18:59:36 UTC
1c5be1f Makefile: Do not create an empty linker response file Since commit v3.1.0-rc1~821^2 (Windows: Use response files to specify link libraries for GNU tools, 2014-03-04) we use a response file to pass possibly long linker flag lists to the GNU linker on Windows. On MinGW, this may cause gfortran to use a response file to pass some flags to its own internal invocation. This is okay except when we are parsing implicit link flags from the compiler ABI detection build. If gfortran uses a response file in that case then we may miss extracting some of the implicit link flags, such as -lgfortran. Fortunately, in the compiler ABI detection case we do not actually link to anything so the response file is empty. Work around this problem by simply not using a response file when the list of flags it is used to pass is empty (or just whitespace). Reported-by: Bill Somerville <bill@classdesign.com> 01 December 2014, 18:49:26 UTC
20bf697 CMakeParseImplicitLinkInfo: Fix implicit library logging In commit v3.1.0-rc1~640^2~5 (Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex), 2014-04-06) we accidentally broke logging of the implicit library detection. Restore use of the intermediate 'lib' variable so that the log message is constructed properly. Reported-by: Bill Somerville <bill@classdesign.com> 01 December 2014, 17:58:33 UTC
d051cbd FindOpenGL: Drop explicit dependency on X11 (#15268) In commit 079e8469ab (... OpenGL always needs X11 on Unix, 2002-09-05) the FindOpenGL module was taught to search for X11 as a dependency of the OpenGL library. This was done without a detailed explanation, and the dependency should not be explicitly needed because OpenGL headers should not expose applications to X11 APIs directly. Unfortunately the only way to know if anything legitimately depends on this behavior (perhaps in static library cases) is to simply remove it and wait for issues to be reported. If so, then we can add some kind of compatibility setting for this later. Add a release note to draw attention to this change. Reported-by: Dainius "GreatEmerald" Masiliƫnas <pastas4@gmail.com> 01 December 2014, 16:05:29 UTC
3350e4d Merge branch 'release' 01 December 2014, 15:02:18 UTC
067b49a Merge topic 'doc-ctest-j-typo' df53aafd Help: Add missing space to ctest -j option description 01 December 2014, 15:01:28 UTC
0de867d continue: Add a new CMake language command for loop continuation (#14013) Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 01 December 2014, 14:50:49 UTC
be9bec5 FindOpenSSL: Report crypto and ssl libraries separately Some applications only need the OpenSSL crypto library and want to avoid linking against the SSL library. Set OPENSSL_CRYPTO_LIBRARY and OPENSSL_SSL_LIBRARY in the code paths that do not need to find them separately, and document them publicly. This allows applications to be more specific when linking against OpenSSL. 01 December 2014, 14:41:46 UTC
5062bf7 Merge branch 'doc-ctest-j-typo' into release 01 December 2014, 14:28:41 UTC
df53aaf Help: Add missing space to ctest -j option description 01 December 2014, 14:26:48 UTC
8e75f1d Merge topic 'target-sources-error-conditions' 8a75c7ef Help: Document the export limitation of INTERFACE_SOURCES. e1348056 Export: Disallow export of targets with INTERFACE_SOURCES bb5905bb cmTarget: Don't allow relative paths in INTERFACE_SOURCES 01 December 2014, 13:57:34 UTC
2a92231 Merge topic 'doc-installed-file-property' 89bb34d3 Help: Add 3.1 release notes for INSTALL property scope 07254a81 Help: Document installed file property API a1aceb25 Help: Format set_property and get_property command docs 01 December 2014, 13:57:32 UTC
8b5591f Merge topic 'doc-CMP0053-dedup-char' 191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list 01 December 2014, 13:57:30 UTC
22b72b1 Merge topic 'fix-transitive-OBJECT_SOURCES-context' 672f1001 Genex: Fix evaluation context propagation for TARGET_OBJECTS. 01 December 2014, 13:57:28 UTC
9f59caa Merge topic 'fix-source-case-matching' 84d124e8 Fix lookup of source names after conversion to their actual case (#15259) 01 December 2014, 13:57:25 UTC
d724640 Merge topic 'revert-cached-regex-clear-for-master' 808c77e2 Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-master 7d674b5f Revert "ClearMatches: Only clear matches which were actually set" (#15261) 01 December 2014, 13:57:23 UTC
75a9f2f Merge topic 'FindwxWidgets-new-versions' 75dee2f2 FindwxWidgets: Add versions 3.0.1 and 3.0.2 01 December 2014, 13:57:19 UTC
4d9fec4 Merge topic 'use-latest-language-dialects' d49f1c5e Build CMake with most-recent available language dialect. 01 December 2014, 13:57:16 UTC
58d3898 Merge branch 'target-sources-error-conditions' into release 01 December 2014, 13:55:45 UTC
baa283f Merge branch 'fix-transitive-OBJECT_SOURCES-context' into release 01 December 2014, 13:51:59 UTC
5445a99 Merge branch 'doc-installed-file-property' into release 01 December 2014, 13:49:13 UTC
bde103a Merge branch 'doc-CMP0053-dedup-char' into release 01 December 2014, 13:49:08 UTC
89bb34d Help: Add 3.1 release notes for INSTALL property scope 01 December 2014, 13:48:22 UTC
07254a8 Help: Document installed file property API Since commit v3.1.0-rc1~479^2~1 (Add an "installed file" property scope, 2014-05-15) the get_property and set_property commands support an 'INSTALL' scope. Add documentation for this scope. 01 December 2014, 13:48:19 UTC
back to top