https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
9081e73 Keep variable names and types in separate lists This removes the :TYPE string from completion list and the Name field and makes variable search easier. The variable names and types are now kept in two different settings - AddVariableNames and AddVariableTypes. The old AddVariableCompletionEntries setting is ignored. 14 January 2014, 14:25:57 UTC
63fbc1b Remember variable type in Add Entry Store variable types together with their names in the variable completion list so that the type is automatically recovered when you select a variable. 13 January 2014, 17:51:33 UTC
9f6b633 CMake Nightly Date Stamp 13 January 2014, 05:01:06 UTC
325ca1f CMake Nightly Date Stamp 12 January 2014, 05:01:04 UTC
cb7af7a CMake Nightly Date Stamp 11 January 2014, 05:01:24 UTC
674bfad Merge topic 'remove-duplicate-file' fcd5531 Tests: Remove .orig file. 10 January 2014, 14:19:51 UTC
f2641ac Merge topic 'minor-cleanups' e7a111f InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting 10 January 2014, 14:19:49 UTC
aacad32 Merge topic 'find-java-os-x-fixes' 519084c FindJNI: Set JAVA_INCLUDE_PATH2 for darwin (#14508) 10 January 2014, 14:19:46 UTC
58b3495 Merge topic 'CheckTypeSize_fix_multiple_invocation' 8252406 CheckTypeSize: Unset temporary variables when done (#14690) 10 January 2014, 14:19:44 UTC
8252406 CheckTypeSize: Unset temporary variables when done (#14690) When the macro is invoked multiple times, the parsing variables were not unset and therefore used for all the following calls. 10 January 2014, 14:16:30 UTC
fcd5531 Tests: Remove .orig file. Introduced in commit be0458c5 (InstallRules: added new variable to disable generation of install rules, 2013-12-25). 10 January 2014, 09:29:36 UTC
00f53bc CMake Nightly Date Stamp 10 January 2014, 05:01:12 UTC
98bdd78 Merge topic 'extend-docs' 2f15a07 Help: Link to CMAKE_POLICY_DEFAULT_CMP<NNNN> in policies manual. bb8bde3 Help: Add notes about relocatability of config-file packages. 09 January 2014, 21:26:30 UTC
e7a111f InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting The target properties with this prefix are whitelisted for INTERFACE_LIBRARY targets. 09 January 2014, 19:11:42 UTC
e56530f Merge topic 'minor-cleanups' 531e40b cmTarget: Make GetSourceFiles populate an out-vector parameter. 38de54c cmGeneratorTarget: Add methods to access source file groups. f579fe0 Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG> 590d238 cmTarget: Handle NO_SYSTEM_FROM_IMPORTED. 09 January 2014, 18:54:23 UTC
089ae71 Merge topic 'FindBoost-ms-debug-runtime' d729899 FindBoost: Add Boost_USE_DEBUG_RUNTIME option (#14686) 09 January 2014, 18:54:21 UTC
2f15a07 Help: Link to CMAKE_POLICY_DEFAULT_CMP<NNNN> in policies manual. 09 January 2014, 18:45:08 UTC
bb8bde3 Help: Add notes about relocatability of config-file packages. 09 January 2014, 18:45:08 UTC
531e40b cmTarget: Make GetSourceFiles populate an out-vector parameter. In a future patch, this will also be populated with extra sources from the linked dependencies. 09 January 2014, 18:38:08 UTC
38de54c cmGeneratorTarget: Add methods to access source file groups. These methods and others will be able to get a config parameter later to implement the INTERFACE_SOURCES feature. 09 January 2014, 18:38:07 UTC
519084c FindJNI: Set JAVA_INCLUDE_PATH2 for darwin (#14508) 09 January 2014, 14:59:56 UTC
a0eb52c Merge topic 'compat-help-custom-modules' b177294 cmake: Implement placeholder --help-custom-modules compatibility 09 January 2014, 14:37:22 UTC
15562c1 Merge topic 'policies' 73e9340 get_target_property: Error on non-existent target. ab9f58f FindQt4: Ensure target exists before calling get_target_property. 37ebeb9 FindQt4: Fix use of get_target_property to use actual target name. 6aabb6a Genex: Use case-sensitive comparison for COMPILER_ID. 5bb53f6 cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. 09 January 2014, 14:37:20 UTC
69c366a Merge topic 'optional-install' be0458c InstallRules: added new variable to disable generation of install rules 09 January 2014, 14:37:17 UTC
f3a9eb4 Merge topic 'vs10-include-backslashes' c131107 VS: Convert include path to backslashes for VS >= 10 09 January 2014, 14:37:15 UTC
df55a93 Merge topic 'qt4-find-root' e8b8b37 FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted. 09 January 2014, 14:37:12 UTC
e5783a6 Merge topic 'multiarch-multios' f293d52 GNUInstallDirs: Use multiarch on Debian with FreeBSD and HURD kernels 09 January 2014, 14:37:09 UTC
ef2bb1c CMake Nightly Date Stamp 09 January 2014, 05:01:08 UTC
d729899 FindBoost: Add Boost_USE_DEBUG_RUNTIME option (#14686) Add an option to control use of the 'g' runtime debug library tag on MSVC tools. Default to ON to preserve existing behavior. 08 January 2014, 16:32:17 UTC
b177294 cmake: Implement placeholder --help-custom-modules compatibility The implementation of the "cmake --help-custom-modules" was removed along with the rest of the old help generation infrastructure when documentation was converted to reStructuredText. In order to avoid breaking existing project builds outright when they use a custom command that runs a command like "cmake --help-custom-modules foo.1", generate the requested file with placeholder content explaining that the option is not supported anymore. 08 January 2014, 16:16:48 UTC
73e9340 get_target_property: Error on non-existent target. Introduce policy CMP0045 to control this behavior. 08 January 2014, 15:41:34 UTC
ab9f58f FindQt4: Ensure target exists before calling get_target_property. This macro is called for all potential Qt targets, even those which were not found. 08 January 2014, 15:41:34 UTC
37ebeb9 FindQt4: Fix use of get_target_property to use actual target name. This was introduced in ba48e63f (Generate config-specific interface link libraries propeties., 2013-02-09). 08 January 2014, 15:41:34 UTC
6aabb6a Genex: Use case-sensitive comparison for COMPILER_ID. 08 January 2014, 15:41:34 UTC
5bb53f6 cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. 08 January 2014, 15:41:34 UTC
be0458c InstallRules: added new variable to disable generation of install rules The boolean variable CMAKE_SKIP_INSTALL_RULES allows disabling generation of install rules for projects which don't want them. 08 January 2014, 15:28:14 UTC
f579fe0 Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG> 08 January 2014, 15:06:41 UTC
590d238 cmTarget: Handle NO_SYSTEM_FROM_IMPORTED. This handling was lost in commit faedd2be (cmTarget: Fix system include annotation propagation., 2014-01-01). 08 January 2014, 15:06:41 UTC
beb9cfa Merge topic 'cmp0022-docs' 28ffb7e Note how to write CMP0022 compatible code with CMake 2.8.9. 08 January 2014, 14:58:47 UTC
1857660 Merge topic 'wix-cmake-package-registry' 92c4d40 CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable 08 January 2014, 14:58:45 UTC
9551b85 Merge topic 'xcode-storyboard-file-type' e361c3c Merge branch 'xcode-storyboard-file-type-2.8.12' into xcode-storyboard-file-type 93fc5a5 Xcode: Fix storyboard view 2d23c1f Xcode: Fix storyboard view 08 January 2014, 14:58:43 UTC
afbac9f Merge topic 'minor-cleanups' 884fb7f Remove obsolete workaround for old cmake versions. 5d1fc19 Help: Ensure that target-policies are added to the documentation. efc43cd Help: Fix some erroneous code block markers in Module docs. 08 January 2014, 14:58:41 UTC
c131107 VS: Convert include path to backslashes for VS >= 10 In VS <= 9 we already convert include paths to use backslashes but the conversion was left out of the VS >= 10 generator. Add the conversion now for consistency. VS 11 and 12 now require it because they mistakenly interpret forward-slash options that happen to occur in paths: http://connect.microsoft.com/VisualStudio/feedback/details/778367 08 January 2014, 13:58:20 UTC
e8b8b37 FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted. Thanks to Thomas Petazzoni for part of this fix. 08 January 2014, 13:07:24 UTC
28ffb7e Note how to write CMP0022 compatible code with CMake 2.8.9. This has come up on the mailing list, and various other places. 08 January 2014, 12:41:24 UTC
3af2afa CMake Nightly Date Stamp 08 January 2014, 05:01:11 UTC
92c4d40 CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable Allows automatic registration of installed packages with the cmake package registry. 08 January 2014, 00:28:24 UTC
e361c3c Merge branch 'xcode-storyboard-file-type-2.8.12' into xcode-storyboard-file-type Resolve conflict in Source/cmGlobalXCodeGenerator.cxx by keeping our side. 07 January 2014, 19:28:30 UTC
93fc5a5 Xcode: Fix storyboard view Since commit 56831461 (Xcode: Use explicitFileType to mark source types, 2013-04-16) the Xcode generator prefers to use explicitFileType to tell Xcode about each source file type. This works better than lastKnownFileType for some file types, but not for "file.storyboard". If storyboard file has attribute 'explicitFileType' it is displayed incorrectly (as raw xml). Switch it back to 'lastKnownFileType'. 07 January 2014, 19:10:55 UTC
2d23c1f Xcode: Fix storyboard view Since commit 56831461 (Xcode: Use explicitFileType to mark source types, 2013-04-16) the Xcode generator prefers to use explicitFileType to tell Xcode about each source file type. This works better than lastKnownFileType for some file types, but not for "file.storyboard". If storyboard file has attribute 'explicitFileType' it is displayed incorrectly (as raw xml). Switch it back to 'lastKnownFileType'. 07 January 2014, 19:07:32 UTC
884fb7f Remove obsolete workaround for old cmake versions. 07 January 2014, 15:05:19 UTC
5d1fc19 Help: Ensure that target-policies are added to the documentation. The two most-recently-added policies were not tested for. 07 January 2014, 15:05:15 UTC
efc43cd Help: Fix some erroneous code block markers in Module docs. There are many style errors in these files. This patch fixes only the syntactical errors. The script which ported these to rst tripped on some incorrectly formatted blocks in the original input documentation. Use a new script to find problematic code (and then fix them manually): #!/usr/bin/env python import os rootDir = '.' def checkFile(fname): f = open(fname) lines = f.readlines() started = False counter = 0 for l in lines: if "#" in l: started = True elif started: return lin = l.find("(") if lin != -1 and l.find(")", lin) == -1 and \ not "(To distribute this file outside of CMake, substitute the full" in l: for lp in lines[counter+1:]: if lp == "# ::\n": print "\n\n######### " + fname + "\n\n" print ''.join(lines[max(counter-2, 0):counter+6]) break elif lp == "#\n" : continue break counter += 1 for dirName, subdirList, fileList in os.walk(rootDir): for fname in fileList: checkFile(os.path.join(dirName, fname)) 07 January 2014, 14:52:56 UTC
855e875 Merge topic 'minor-cleanups' 3917d86 Genex: Add a nullary form for CONFIG 5169130 Help: Document the target properties exported to IMPORTED targets. ee21f1c CompatibleInterface: Test debugging of not-set property. 80e9fe9 Help: Note that language-specific 'built-ins' are set by the project command. 0b5bf8a Help: Mention CMAKE_DISABLE_FIND_PACKAGE_<PackageName> in package docs. 28c865b Tests: simplify Qt4 target usage 6cfe6b8 Help: Fix typo: 'target' -> 'target property' b7deca4 Test: Remove obsolete commented code. 9c9f69f Genex: Make EQUAL support upper case binary literals 6eb3218 Genex: Fix case of methods in the dag checker. 646c6ec Genex: Use a preprocessor loop to implement transitive DAG check. 711fb38 Genex: List transitive properties and methods as a table, not two lists. 802a28f Add cmHasLiteralSuffix API. 07 January 2014, 14:39:22 UTC
f74b607 Merge topic 'doc-cpp-allowed' 58c174e Help: Document the C++ subset permitted for CMake code. 07 January 2014, 14:39:20 UTC
3a024ce Merge topic 'unicode-fstream' 5730710 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 07 January 2014, 14:39:17 UTC
91dcc9b Merge topic 'unicode-main' a1e542f Use Encoding::CommandLineArguments for main() functions. 07 January 2014, 14:39:15 UTC
3917d86 Genex: Add a nullary form for CONFIG This is consistent with other similar expressions such as PLATFORM_ID, and makes the CONFIGURATION expression obsolete. Fix an off-by-one error in GeneratorExpressionContent::EvaluateParameters exposed by a unit test. Remove the test for 'bad' nullary use of $<CONFIG>. Add a unit test to verify that $<CONFIG> and $<CONFIGURATION> have the same value. 07 January 2014, 14:38:01 UTC
5169130 Help: Document the target properties exported to IMPORTED targets. 07 January 2014, 14:38:01 UTC
ee21f1c CompatibleInterface: Test debugging of not-set property. 07 January 2014, 14:38:01 UTC
80e9fe9 Help: Note that language-specific 'built-ins' are set by the project command. 07 January 2014, 14:38:01 UTC
0b5bf8a Help: Mention CMAKE_DISABLE_FIND_PACKAGE_<PackageName> in package docs. 07 January 2014, 14:38:00 UTC
28c865b Tests: simplify Qt4 target usage This content was copied from another test where both the Core and Gui targets are used. 07 January 2014, 14:38:00 UTC
6cfe6b8 Help: Fix typo: 'target' -> 'target property' 07 January 2014, 14:38:00 UTC
b7deca4 Test: Remove obsolete commented code. This should not have survived in commit a247911a (Tests: Don't read the LOCATION property from build targets., 2013-11-18). 07 January 2014, 14:38:00 UTC
5730710 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. Also use SystemTools::Fopen() instead of fopen(). This is to eventually support utf-8 filenames. 07 January 2014, 14:27:44 UTC
69ccc95 CMake Nightly Date Stamp 07 January 2014, 05:01:08 UTC
58c174e Help: Document the C++ subset permitted for CMake code. This may be incomplete, but further limitations can be added when needed. 06 January 2014, 18:15:31 UTC
9c9f69f Genex: Make EQUAL support upper case binary literals As C++11, python, D and java do. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf Add test for uppercase hex literals. 06 January 2014, 17:46:45 UTC
6eb3218 Genex: Fix case of methods in the dag checker. 06 January 2014, 17:46:45 UTC
646c6ec Genex: Use a preprocessor loop to implement transitive DAG check. The other infrastructure for transitive property handling is already using a preprocessor loop. Implement special backward-compatibility handling of COMPILE_DEFINITIONS_<CONFIG> using a template switch for the extra check. 06 January 2014, 17:46:45 UTC
711fb38 Genex: List transitive properties and methods as a table, not two lists. Introduce a new set of macros to select the column. 06 January 2014, 17:46:44 UTC
802a28f Add cmHasLiteralSuffix API. 06 January 2014, 17:46:44 UTC
dc08199 Merge topic 'minor-cleanups' 84fac67 Don't allow include() of export(EXPORT) file at configure time. faedd2b cmTarget: Fix system include annotation propagation. 9eb06d0 add_library: Disallow invalid signatures for INTERFACE_LIBRARY. 10d65d5 cmTarget: Move a variable initialization closer to where it is used. 0f3e8e9 Undefine local preprocessor loop variables. 9ba47ee Genex: Reform error-checking for nullary/unary expressions. fa651c7 cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties. 61d138a cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL. 3429541 export: Rename some variables to reflect content type. 7461d67 cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. 7fc6e3d cmTarget: Remove dead code. 2af966d Genex: Add EQUAL expression. 2d66380 cmTarget: Use strtol for numeric parsing. 06 January 2014, 16:43:12 UTC
84fac67 Don't allow include() of export(EXPORT) file at configure time. As a new feature it does not need to participate in CMP0024. Store cmExportBuildFileGenerator instances which correspond to the export(EXPORT) signature in a second map which does not own the pointers. This avoids the need to add cmExportBuildFileGenerator and dependencies to the bootstrap system. 06 January 2014, 16:25:11 UTC
faedd2b cmTarget: Fix system include annotation propagation. Direct users of IMPORTED targets treat INTERFACE_INCLUDE_DIRECTORIES as SYSTEM, after commit a63fcbcb (Always consider includes from IMPORTED targets to be SYSTEM., 2013-08-29). It was intended that transitive use of an IMPORTED target would have the same behavior, but that did not work. The implementation processed only direct dependencies in cmTarget::FinalizeSystemIncludeDirectories. Implement transitive evaluation of dependencies by traversing the link interface of each target in the link implementation. 06 January 2014, 16:25:10 UTC
9eb06d0 add_library: Disallow invalid signatures for INTERFACE_LIBRARY. Document the valid signatures. Add a test for the IMPORTED GLOBAL signature. 06 January 2014, 16:25:10 UTC
10d65d5 cmTarget: Move a variable initialization closer to where it is used. This is more readable and easier to reason about. 06 January 2014, 16:25:10 UTC
0f3e8e9 Undefine local preprocessor loop variables. Most occurances of this pattern already contain the undef, so add it to the rest too. 06 January 2014, 16:25:10 UTC
9ba47ee Genex: Reform error-checking for nullary/unary expressions. The error messages were incorrect (reporting that the expression requires one or two parameters), and repeated. Remove the now-unused ZeroOrMoreParameters enum value. 06 January 2014, 16:25:10 UTC
fa651c7 cmTarget: Remove some of the INTERFACE_LIBRARY whitelisted properties. There is no need to allow EXCLUDE_* properties, because an INTERFACE_LIBRARY has no direct build output. IMPORTED_LINK_INTERFACE_LANGUAGES are relevant only to static libraries. VERSION is relevant only to the filename of direct build outputs, which INTERFACE_LIBRARY does not have. 06 January 2014, 16:25:10 UTC
61d138a cmTarget: INTERFACE_LIBRARY is always EXCLUDE_FROM_ALL. 06 January 2014, 16:25:10 UTC
3429541 export: Rename some variables to reflect content type. This method is used with a list of languages. 06 January 2014, 16:25:10 UTC
7461d67 cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. Make the CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE variable affect INTERFACE_LIBRARY targets. 06 January 2014, 16:25:10 UTC
7fc6e3d cmTarget: Remove dead code. Whitelisting of properties already ensures that the LOCATION property will not be read from an INTERFACE_LIBRARY. 06 January 2014, 16:25:09 UTC
2af966d Genex: Add EQUAL expression. Support decimal, hex, octal and binary literals. 06 January 2014, 16:25:09 UTC
2d66380 cmTarget: Use strtol for numeric parsing. On Windows apparently sscanf can not handle hex numbers. Test that numeric comparison works with hex numbers. 06 January 2014, 16:25:09 UTC
b225dbb Merge topic 'minor-cleanups' a55c70d cmTarget: Remove support for <CONFIG>_LOCATION property. c9f9b3c cmTarget: Test impliedByUse number-compatible properties. fbe1fa7 cmTarget: Don't repeat property origin debug information. 01c545c cmTarget: Fix debug report for interface-set compatibility types. c67e1a6 cmTarget: Fix reporting interface-set properties which are FALSE. 07b0f54 Qt Tests: Remove commented and unneeded line. 79db8ef cmTarget: Fix the property compatibility error message 43340a9 Help: Reformat Qt autogenerator documentation. d98ea6c Help: Mark some code blocks as containing cmake code. ea78935 GenerateExportHeader: Reformat docs. 272a20f cmTarget: Don't update IMPORTED target compilation properties 03d842a Run the add_compile_options command unit test. cd3d0b6 get_property: Fix testing ALIASED_TARGET target property (#14670) 6a62228 install: Ensure that install(TARGETS) works with no DESTINATION af3d3b8 export: Only generate and install configuration files if needed. 0de81bb Help: Workaround pygments reporting an error for genexes. ... 06 January 2014, 16:15:34 UTC
1377542 Merge topic 'cmake-buildsystem-manual' 0d9cdab Help: Add cmake-buildsystem.7 manual 06 January 2014, 15:36:05 UTC
b8786da Merge topic 'fix-text-typos' 9e41eb6 Fix wording of "the the" typos throughout text 06 January 2014, 15:36:03 UTC
5c4448b Merge topic 'update-kwsys' 196cee6 Merge branch 'upstream-kwsys' into update-kwsys 4709c7a KWSys 2014-01-02 (606d7d6f) 06 January 2014, 15:36:01 UTC
185c95c Merge topic 'EclipseUse64bitMachOParser' e6b0f45 Eclipse: use MachO64 parser starting with Helios (#14380) 06 January 2014, 15:35:59 UTC
0d9cdab Help: Add cmake-buildsystem.7 manual Describe how to define a buildsystem of binary targets, how to express dependencies between them, how to add build specifications, how to specify usage requirements, transitive and compatible propagation and the various pseudo targets. 06 January 2014, 15:25:24 UTC
ff6f80b CMake Nightly Date Stamp 06 January 2014, 05:01:04 UTC
d5f47b8 CMake Nightly Date Stamp 05 January 2014, 05:01:12 UTC
a1e542f Use Encoding::CommandLineArguments for main() functions. 04 January 2014, 17:43:12 UTC
a55c70d cmTarget: Remove support for <CONFIG>_LOCATION property. It is not documented, is very old, is compatibility code, is non-uniform and is not needed. 04 January 2014, 10:28:58 UTC
c9f9b3c cmTarget: Test impliedByUse number-compatible properties. Test that it is an error to read a number-compatible property to determine the link implementation. An alternative would be to consider the value to be "0", however, that is too arbitrary given the use-cases of this feature. Values from this feature may be used in setting a define, where "0" may have special or invalid meaning and should be explicit. 04 January 2014, 10:28:58 UTC
fbe1fa7 cmTarget: Don't repeat property origin debug information. 04 January 2014, 10:28:58 UTC
01c545c cmTarget: Fix debug report for interface-set compatibility types. If the dependent target sets the property to boolean false, ensure that that appears in the debug report. Previously, the report output contained whether the property was consistent among dependencies, displaying 'TRUE', instead of the content of the property, which may be 'FALSE'. Return a std::pair from the consistentProperty method. This makes it possible to make the return value for string types easier to reason about. The return value of consistentProperty was previously set to an empty static string to emulate a 'true' value for the caller in commit 816b4a8a (cmTarget: Make consistentProperty return consistent content., 2013-10-22). The pair makes the consistency result properly typed. 04 January 2014, 10:28:58 UTC
back to top