https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
504c78e use single underscore for internal variable 27 January 2014, 07:42:33 UTC
92bf9a1 fixed CUDA_TOOLKIT_TARGET_DIR for android: use targets/armv7-linux-androideabi if exists 16 January 2014, 06:42:21 UTC
4e4951c CMake Nightly Date Stamp 16 January 2014, 05:01:08 UTC
c4e5e17 Merge topic 'skip-return-code' 3a0d164b allow to mark a test as "Not Run" with a specific return code (#8466) 15 January 2014, 15:12:04 UTC
4c7bac4 Merge topic 'hppa-bootstrap' b22a0f15 bootstrap: improve ld flag for Linux/HPPA builds 15 January 2014, 15:12:02 UTC
050c028 Merge topic 'doc-Qt-macro-TARGET-arg' 4608a260 Document the TARGET options in Qt4 macros. 15 January 2014, 15:12:00 UTC
b22a0f1 bootstrap: improve ld flag for Linux/HPPA builds Follow up commit ca63bb10 (bootstrap: try better workaround for builds on Linux/HPPA, 2013-09-12) with an improved ld flag. Suggested-by: Guy Martin 15 January 2014, 15:06:07 UTC
556b16d CMake Nightly Date Stamp 15 January 2014, 05:01:05 UTC
3a0d164 allow to mark a test as "Not Run" with a specific return code (#8466) 14 January 2014, 22:57:40 UTC
d563904 Merge topic 'fix-cb-nmake-quotes' f2b47197 CodeBlocks: fix unescaped command quotes when used with nmake 14 January 2014, 13:56:05 UTC
6389da7 Merge topic 'update-Qt4-COMPILE_DEFINITIONS' 2509c767 Qt4: Use generator expression in COMPILE_DEFINITIONS (#14692) 14 January 2014, 13:56:03 UTC
4608a26 Document the TARGET options in Qt4 macros. Feature introduced in commit 9ce60ff5 (Qt4Macros: Allow specifying a TARGET in invokations of macros., 2013-02-26). 14 January 2014, 13:55:05 UTC
31e1c39 CMake Nightly Date Stamp 14 January 2014, 05:01:07 UTC
f2b4719 CodeBlocks: fix unescaped command quotes when used with nmake 13 January 2014, 22:15:26 UTC
071005a Merge topic 'support-codelite-ide-generator' 0c4e8c70 Add support for codelite IDE project fles 13 January 2014, 15:28:37 UTC
cb8c9dd Merge topic 'missing-dependency-error' 0bf6f13b AddDependencies: new policy requires dependencies to exist 13 January 2014, 15:25:33 UTC
8d989d1 Merge topic 'constify' 2cbf0311 cmGlobalGenerator: Make SelectMakeProgram const. b4ff38a5 cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const 8aeddf1f cmGlobalGenerator: Make some API const. 8fd0f2a7 cmGeneratorTarget: Hold a const global generator. 46315320 cmComputeLinkDepends: Hold a const global generator. 13 January 2014, 15:25:32 UTC
b003f56 Merge topic 'fix-find-package-mode' a7f393dc cmake: Future-proof --find-package mode. 13 January 2014, 15:25:30 UTC
0eadf20 Merge topic 'fix-FindPackageModeMakefileTest-Makefile' dea71aae Tests: Fix find-package mode test. 13 January 2014, 15:25:28 UTC
020006f Merge topic 'ninja_fix_rerun' 6fac24d7 Ninja: Avoid re-running CMake on next build after regeneration 13 January 2014, 15:23:23 UTC
6fac24d Ninja: Avoid re-running CMake on next build after regeneration In commit 4a6397a7 (Ninja: Track configured files so we can regenerate them, 2013-06-17) we accidentally started listing files generated by CMake as inputs to the configuration process instead of outputs from it. Move the list of files generated by CMake to the regeneration rule outputs section and tell Ninja to restat after running it. 13 January 2014, 15:09:48 UTC
a7f393d cmake: Future-proof --find-package mode. Create cmGeneratorTargets before generating generate-time information. C++ interfaces for querying build information is increasingly only available at generate time through the cmGeneratorTarget class. Ensure that the required cmGeneratorTarget instances are created. Use the cmGlobalGenerator access API to access the relevant cmGeneratorTarget instead of creating a temporary one on the stack. 13 January 2014, 15:09:15 UTC
2509c76 Qt4: Use generator expression in COMPILE_DEFINITIONS (#14692) Commit 5bb53f6b (cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy., 2013-12-30) deprecated the config-specific COMPILE_DEFINITIONS_* properties in favour of using generator expressions. Set the directory property in UseQt4.cmake to match the INTERFACE_COMPILE_DEFINITIONS on the Qt4::QtCore and Qt5::Core IMPORTED targets. Setting QT_NO_DEBUG is sufficient because qglobal.h sets the corresponding QT_DEBUG definition if required. 13 January 2014, 14:53:00 UTC
9f6b633 CMake Nightly Date Stamp 13 January 2014, 05:01:06 UTC
2cbf031 cmGlobalGenerator: Make SelectMakeProgram const. 12 January 2014, 19:18:11 UTC
b4ff38a cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const 12 January 2014, 19:18:11 UTC
8aeddf1 cmGlobalGenerator: Make some API const. 12 January 2014, 19:18:11 UTC
8fd0f2a cmGeneratorTarget: Hold a const global generator. 12 January 2014, 19:18:11 UTC
4631532 cmComputeLinkDepends: Hold a const global generator. 12 January 2014, 19:18:10 UTC
0bf6f13 AddDependencies: new policy requires dependencies to exist Added new policy CMP0046 which requires dependencies added by add_dependencies() to actually exist. 12 January 2014, 11:58:04 UTC
325ca1f CMake Nightly Date Stamp 12 January 2014, 05:01:04 UTC
dea71aa Tests: Fix find-package mode test. The all target was depending on the clean and pngtest targets, but when running the tests with -jN, those can be executed out of order. Make the main.o target depend on the clean target instead to fix this. 11 January 2014, 12:58:23 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
0c4e8c7 Add support for codelite IDE project fles 10 January 2014, 07:20:11 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
back to top