https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
386e1f7 CMake Nightly Date Stamp 17 July 2015, 04:01:04 UTC
651acac CMake Nightly Date Stamp 16 July 2015, 04:01:05 UTC
47765a5 Merge topic 'update-kwsys' 540f0253 Merge branch 'upstream-kwsys' into update-kwsys dc822da8 KWSys 2015-07-10 (c9336bcf) 15 July 2015, 13:08:22 UTC
540f025 Merge branch 'upstream-kwsys' into update-kwsys 15 July 2015, 13:07:04 UTC
77fa27a Merge topic 'makefile-target-messages' f0cad193 Tests: Add test for TARGET_MESSAGES global property 1d398478 Makefile: Optionally disable target completion messages in build output d560b46f CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator 15 July 2015, 13:05:51 UTC
5bd01a4 Merge topic 'vs-nsight-tegra-attributes' 8c0afaf4 VS: Add more Nsight Tegra generator Android property settings 15 July 2015, 13:05:49 UTC
27373f5 Merge topic 'add-Euros-platform-module' 606b29d4 Add EUROS RTOS platform description file 15 July 2015, 13:05:46 UTC
b2eff70 Merge topic 'doc-apple-framework-creation' eb8eaaec Help: Document Apple Framework creation with an example (#15651) 15 July 2015, 13:05:44 UTC
6cc6609 Merge topic 'doc-set_target_properties-cleanup' 6b9a7938 Help: Link to cmake-properties.7 manual from set_target_properties docs fe3c6787 Help: Link to cmake-properties.7 manual from set_property docs 15 July 2015, 13:05:42 UTC
7054df7 Merge topic 'tests-no-match-full-path' e5ca59b4 Tests: Move command failure cases into RunCMake infrastructure 0699e0d3 Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start 15 July 2015, 13:05:40 UTC
94755bd CMake Nightly Date Stamp 15 July 2015, 04:01:07 UTC
eb8eaae Help: Document Apple Framework creation with an example (#15651) 14 July 2015, 18:57:02 UTC
6b9a793 Help: Link to cmake-properties.7 manual from set_target_properties docs Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties. 14 July 2015, 18:42:47 UTC
fe3c678 Help: Link to cmake-properties.7 manual from set_property docs 14 July 2015, 18:41:31 UTC
606b29d Add EUROS RTOS platform description file Add a basic platform module for EUROS RTOS (euros-embedded.com). Co-Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com> 14 July 2015, 18:33:20 UTC
8c0afaf VS: Add more Nsight Tegra generator Android property settings Extend the Nsight Tegra project generator to add bunch of properties with the backing variables to fine-tune the generated projects. Add target properties that map to all "Configuration" PropertyGroups for each configuration: * ANDROID_ARCH * ANDROID_STL_TYPE Add target properties that map to the AntBuild section of vcxproj files: * ANDROID_ANT_ADDITIONAL_OPTIONS * ANDROID_ASSETS_DIRECTORIES * ANDROID_JAR_DEPENDENCIES * ANDROID_JAR_DIRECTORIES * ANDROID_JAVA_SOURCE_DIR * ANDROID_NATIVE_LIB_DEPENDENCIES * ANDROID_NATIVE_LIB_DIRECTORIES * ANDROID_PROCESS_MAX * ANDROID_PROGUARD * ANDROID_PROGUARD_CONFIG_PATH * ANDROID_SECURE_PROPS_PATH * ANDROID_SKIP_ANT_STEP Reviewed-by: Dmitry Polyanitsa <dpolyanitsa@nvidia.com> 14 July 2015, 18:24:05 UTC
f0cad19 Tests: Add test for TARGET_MESSAGES global property 14 July 2015, 17:58:53 UTC
1d39847 Makefile: Optionally disable target completion messages in build output Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior. 14 July 2015, 17:57:58 UTC
d560b46 CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator 14 July 2015, 17:57:58 UTC
7a40998 Merge topic 'coverage_no_tests' e6cf1c48 ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB 14 July 2015, 14:34:30 UTC
ead29a4 Merge topic 'refactor-rule-var-includes' c736de7b Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables 6f94b03c Place <DEFINES> before <FLAGS> consistently across compilers 14 July 2015, 14:34:28 UTC
1b05417 Merge topic 'FindXercesC-versioned-library-2' 38ddabb1 FindXercesC: Also search for xerces-c_2 (#15648) 14 July 2015, 14:34:26 UTC
e725104 Merge topic 'factor-out-common-generator' 80d75246 cmNinjaTargetGenerator: Restore addition of Fortran format flags 14 July 2015, 14:34:24 UTC
e5ca59b Tests: Move command failure cases into RunCMake infrastructure Move failure cases from the CMake.{If,List,While,GetProperty} tests over to the RunCMake.{if,list,while,get_property} tests to use the more modern infrastructure. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths. 14 July 2015, 14:25:38 UTC
0699e0d Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start Subsume the CTestTestConfigFileInBuildDir test cases into the RunCMake.ctest_start test as new cases to avoid infrastructure duplication. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths. 14 July 2015, 13:32:53 UTC
860c205 CMake Nightly Date Stamp 14 July 2015, 04:01:05 UTC
e6cf1c4 ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB Do not ignore a coverage request if CTEST_EXTRA_COVERAGE_GLOB was specified. Prior to this change, if no lines of code were covered by any tests then CTest would neglect to generate a Coverage.xml file. This change allows us to report uncovered files for a project with no tests. 13 July 2015, 18:17:59 UTC
9efc21e Merge branch 'release' 13 July 2015, 18:13:46 UTC
c736de7 Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables Teach the Makefile and Ninja generators to substitute for an <INCLUDES> placeholder instead of putting -I in <FLAGS>. Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <INCLUDES> just before <FLAGS>. 13 July 2015, 14:49:46 UTC
6f94b03 Place <DEFINES> before <FLAGS> consistently across compilers Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <DEFINES> before <FLAGS> consistently across supported compilers. We already do this for most compilers, so update the rest for consistency. 13 July 2015, 14:49:46 UTC
80d7524 cmNinjaTargetGenerator: Restore addition of Fortran format flags Restore call to AppendFortranFormatFlags accidentally dropped by commit 0837538e (cmCommonTargetGenerator: Adopt GetFlags method, 2015-07-09). It was added originally by commit 6a56740e (cmNinjaTargetGenerator: Add Fortran flag generation, 2015-07-09). 13 July 2015, 13:54:33 UTC
8c9c9aa CMake 3.3.0-rc4 13 July 2015, 13:20:37 UTC
179aa0b Merge branch 'release' 13 July 2015, 13:19:17 UTC
e30fe3e Merge topic 'fix-command-rename' d4f032b5 cmState: Restore renamed commands on cleanup. 13 July 2015, 13:17:46 UTC
93bd154 Merge topic 'FindMPI-Intel-5' cfd23d3f FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs 13 July 2015, 13:17:44 UTC
fdfa89d Merge topic 'update-prebuilt-openssl' fbd7fd0f Utilities/Release: Update to openssl-1.0.2d 13 July 2015, 13:17:42 UTC
dc822da KWSys 2015-07-10 (c9336bcf) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ c9336bcf | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d3ba91e1..c9336bcf Brad King (2): 86a24794 SystemTools: Fix GetActualCaseForPath drive letter case handling c9336bcf SystemTools: Optimize GetActualCaseForPath memoization 13 July 2015, 13:12:56 UTC
b3a405b Merge branch 'fix-command-rename' into release 13 July 2015, 12:51:06 UTC
13f5f06 Merge branch 'FindMPI-Intel-5' into release 13 July 2015, 12:51:00 UTC
38ddabb FindXercesC: Also search for xerces-c_2 (#15648) This is the previous stable release name used on Windows. 13 July 2015, 11:00:33 UTC
c8f46af CMake Nightly Date Stamp 13 July 2015, 04:01:05 UTC
d4f032b cmState: Restore renamed commands on cleanup. Commit v3.3.0-rc1~196^2~7 (cmake: Simplify command clean up loop., 2015-04-12) introduced a bug that built-in commands which were renamed no longer had their original name restored when cleanup is performed between configure runs. Check for that and restore the commands with their original name. Extend the complex test for this. That test is run by ctest with the --build-two-config command line option. 12 July 2015, 08:09:54 UTC
e3f5e5d CMake Nightly Date Stamp 12 July 2015, 04:01:04 UTC
b1e43a5 CMake Nightly Date Stamp 11 July 2015, 04:01:05 UTC
fbd7fd0 Utilities/Release: Update to openssl-1.0.2d Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version. 10 July 2015, 18:02:05 UTC
704e624 Merge topic 'update-kwsys' f0cd7324 Merge branch 'upstream-kwsys' into update-kwsys abeee541 KWSys 2015-07-08 (d3ba91e1) 10 July 2015, 13:02:37 UTC
f0cd732 Merge branch 'upstream-kwsys' into update-kwsys 10 July 2015, 13:02:02 UTC
abeee54 KWSys 2015-07-08 (d3ba91e1) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ d3ba91e1 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 8504e845..d3ba91e1 Brad King (1): d3ba91e1 System: Drop Shell_* APIs 10 July 2015, 13:01:49 UTC
cfd23d3 FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs Extend the workaround added by commit v3.2.0-rc1~278^2 (FindMPI: Workaround Intel MPI 5.0.1 exit code problem, 2014-12-04) with an additional/alternate keyword to recognize the case with recent GCCs. 10 July 2015, 12:55:39 UTC
92b3bd5 Merge topic 'autorcc-qt-5.1' 9a271e13 cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) 10 July 2015, 12:51:24 UTC
1dd96df Merge topic 'OUTPUT_NAME-genex' 809159c9 Add generator expression support to OUTPUT_NAME target property 9a1ef0dc Help: Improve OUTPUT_NAME documentation formatting 10 July 2015, 12:51:21 UTC
42d0420 Merge topic 'factor-out-common-generator' fed5eb5b cmNinjaTargetGenerator: Use GetDefines method eacacacd cmCommonTargetGenerator: Adopt GetDefines method 0837538e cmCommonTargetGenerator: Adopt GetFlags method f4875bbd cmNinjaTargetGenerator: Add OX X framework flags 7891f5d7 cmMakefileTargetGenerator: Fix comment typo 73bfad72 cmNinjaTargetGenerator: Factor out AddIncludeFlags helper 6a56740e cmNinjaTargetGenerator: Add Fortran flag generation 058074d4 cmCommonTargetGenerator: Adopt GetFrameworkFlags ab824018 cmCommonTargetGenerator: Adopt AppendFortranFormatFlags 0b22c0b8 cmCommonTargetGenerator: Adopt AddFortranFlags and friends b2f51aef cmCommonTargetGenerator: Adopt Convert method cdb5b657 cmCommonTargetGenerator: Adopt ModuleDefinitionFile member beee7937 cmCommonTargetGenerator: Adopt GetFeature and friends abfa5f2d cmCommonTargetGenerator: Adopt ConfigName member 9d41f6d8 cmLocalCommonGenerator: Adopt ConfigName member a4a2518d cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor ... 10 July 2015, 12:51:19 UTC
4b486cc Merge topic 'move-command-line-escape-code' df97bea2 cmOutputConverter: Adopt command line escaping code bb7eefe4 cmOutputConverter: Adopt EscapeWindowsShellArgument method cedd6e65 cmLocalVisualStudio7Generator: Remove unused include 30faf20c cmLocalGenerator: Remove unused include 10 July 2015, 12:51:14 UTC
ef39edc Merge topic 'FindIce-imported-targets' 889b22e2 Help: Add notes for topic 'FindIce-imported-targets' cd4d2e9c FindIce: document imported targets 748f1eae FindIce: create imported targets for components 10 July 2015, 12:51:12 UTC
2ffa8ae Merge topic 'compiler-feature-AppleClang-std-flags' 228643af AppleClang: Use modern C++14 standard flags for Apple Clang 6.1 10 July 2015, 12:51:09 UTC
9f9d264 CMake Nightly Date Stamp 10 July 2015, 04:01:06 UTC
9a271e1 cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644) In commit v3.2.0-rc1~480^2 (QtAutogen: Regenerate qrc files if their input changes, 2014-09-17) we added use of the rcc "--list" option. Prior to Qt 5.2 this option was called just "-list", and the older name is still supported by the newer tools. Use the older name of the option for compatibility with Qt 5.0 and 5.1. 09 July 2015, 17:02:07 UTC
809159c Add generator expression support to OUTPUT_NAME target property 09 July 2015, 15:48:10 UTC
9a1ef0d Help: Improve OUTPUT_NAME documentation formatting Also link to its variants. 09 July 2015, 15:28:52 UTC
fed5eb5 cmNinjaTargetGenerator: Use GetDefines method Simplify the per-source ComputeDefines implementation by getting target-wide defines from GetDefines. Technically this changes behavior by no-longer de-duplicating/sorting defines from both the target and the source, but this makes it consistent with the Makefile generator. It may also later help move target-wide defines into per-target compilation rules. 09 July 2015, 14:15:08 UTC
eacacac cmCommonTargetGenerator: Adopt GetDefines method Move the member up from cmMakefileTargetGenerator so it can be re-used later by cmNinjaTargetGenerator. 09 July 2015, 14:10:25 UTC
0837538 cmCommonTargetGenerator: Adopt GetFlags method De-duplicate per-target flag computation in Makefile and Ninja target generators. 09 July 2015, 14:06:24 UTC
f4875bb cmNinjaTargetGenerator: Add OX X framework flags Teach ComputeFlagsForObject to add -F flags just like the Makefile generator does. 09 July 2015, 14:04:10 UTC
7891f5d cmMakefileTargetGenerator: Fix comment typo 09 July 2015, 14:04:00 UTC
73bfad7 cmNinjaTargetGenerator: Factor out AddIncludeFlags helper Factor an AddIncludeFlags method out of ComputeFlagsForObject just like cmMakefileTargetGenerator has already. 09 July 2015, 13:59:25 UTC
6a56740 cmNinjaTargetGenerator: Add Fortran flag generation Make ComputeFlagsForObject consistent with the Makefile generator in regard to Fortran flags. 09 July 2015, 13:54:56 UTC
058074d cmCommonTargetGenerator: Adopt GetFrameworkFlags Move the member up from cmMakefileTargetGenerator. 09 July 2015, 13:50:07 UTC
ab82401 cmCommonTargetGenerator: Adopt AppendFortranFormatFlags Move up from cmMakefileTargetGenerator. 09 July 2015, 13:50:07 UTC
0b22c0b cmCommonTargetGenerator: Adopt AddFortranFlags and friends Move AddFortranFlags, GetFortranModuleDirectory, and supporting members up from cmMakefileTargetGenerator. 09 July 2015, 13:50:07 UTC
b2f51ae cmCommonTargetGenerator: Adopt Convert method Move it up from cmMakefileTargetGenerator. 09 July 2015, 13:50:06 UTC
cdb5b65 cmCommonTargetGenerator: Adopt ModuleDefinitionFile member De-duplicate the ModuleDefinitionFile and AddModuleDefinitionFlag members from the Makefile and Ninja target generators. 09 July 2015, 13:50:06 UTC
beee793 cmCommonTargetGenerator: Adopt GetFeature and friends De-duplicate the GetFeature, GetFeatureAsBool, and AddFeatureFlags members from the Makefile and Ninja target generators. 09 July 2015, 13:50:06 UTC
abfa5f2 cmCommonTargetGenerator: Adopt ConfigName member De-duplicate the member from the Makefile and Ninja target generators. 09 July 2015, 13:50:06 UTC
9d41f6d cmLocalCommonGenerator: Adopt ConfigName member De-duplicate the member from the local Makefile and Ninja generators. 09 July 2015, 13:50:06 UTC
a4a2518 cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor Rename internal member from ConfigurationName to ConfigName to match the ninja generator. 09 July 2015, 13:50:05 UTC
e7dcdd1 cmCommonTargetGenerator: Adopt basic target generator members De-duplicate the GeneratorTarget, Target, and Makefile members from the local Makefile and Ninja generators. 09 July 2015, 13:50:05 UTC
001f9b3 Add common base classes to Makefile and Ninja generators Provide a place to move functionality common to both. 09 July 2015, 13:50:05 UTC
889b22e Help: Add notes for topic 'FindIce-imported-targets' 09 July 2015, 13:48:15 UTC
6f6664f Merge topic 'FindXercesC-versioned-library' d3d4d627 FindXercesC: Find versioned library on Windows 09 July 2015, 13:17:25 UTC
ab4b662 Merge topic 'cpack-ifw-framework-version' ad5c76af CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSION 09 July 2015, 13:17:23 UTC
5827d9a Merge topic 'eclipse-cygwin-paths' a672b16a Eclipse: Fix paths in target links on cygwin 09 July 2015, 13:17:22 UTC
3723fe9 Merge topic 'CheckCompilerFlag-do-not-use-FLAGS' a639689c Check*CompilerFlag: Revert to previous method used to pass flags (#15641) 09 July 2015, 13:17:19 UTC
6b4fccd Merge topic 'empty-LINK_LIBRARIES' 7aa9e80e set_property: Fix crash when setting LINK_LIBRARIES to nothing 09 July 2015, 13:17:17 UTC
53f8ef6 Merge topic 'update-kwsys' 65de27b8 Merge branch 'upstream-kwsys' into update-kwsys 42272a82 KWSys 2015-07-07 (8504e845) 09 July 2015, 13:17:14 UTC
228643a AppleClang: Use modern C++14 standard flags for Apple Clang 6.1 The Apple Clang 6.1 compiler that comes with Xcode 6.3 is aware of the modern -std=c++14 and -std=gnu++14 flags, so use them instead of the "1y" flags. Suggested-by: darkapostle@rule506.net 09 July 2015, 13:11:57 UTC
cd4d2e9 FindIce: document imported targets 09 July 2015, 10:33:56 UTC
748f1ea FindIce: create imported targets for components 09 July 2015, 10:32:36 UTC
aa550e0 CMake Nightly Date Stamp 09 July 2015, 04:01:06 UTC
6c16bd5 Merge branch 'cpack-ifw-framework-version' into release 08 July 2015, 20:08:58 UTC
ad5c76a CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSION This setting was added to support QtIFW 2.0 in commit v3.3.0-rc1~70^2~1 (CPackIFW: Add QtIFW 2.0 support, 2015-04-27). We need to load the CPackIFW module to initialize it if it is not set. 08 July 2015, 20:02:03 UTC
a672b16 Eclipse: Fix paths in target links on cygwin Add a missing GetEclipsePath call to fix generation of incorrect paths for target links in Eclipse CDT generator which caused Eclipse to be unable to open files through such links. Without this the generator would generate invalid links for source files under "[Targets]", making Eclipse unable to open them. The old links looked like "C:/cygdrive/c/...", while new links correctly are "C:/...". 08 July 2015, 18:29:11 UTC
d3d4d62 FindXercesC: Find versioned library on Windows 08 July 2015, 18:08:20 UTC
d805767 Merge branch 'empty-LINK_LIBRARIES' into release 08 July 2015, 17:27:29 UTC
7aa9e80 set_property: Fix crash when setting LINK_LIBRARIES to nothing We use a special dedicated structure to store the LINK_LIBRARIES target property. Do not try to construct a string from a NULL value. Instead leave the property structure empty when no value is given. Reported-by: Ghyslain Leclerc <ghleclerc@gmail.com> 08 July 2015, 17:23:16 UTC
e7c33ef Merge branch 'CheckCompilerFlag-do-not-use-FLAGS' into release 08 July 2015, 13:59:42 UTC
a639689 Check*CompilerFlag: Revert to previous method used to pass flags (#15641) Since commit v3.3.0-rc1~397^2 (Check*CompilerFlag: Refactor method used to pass flags, 2015-02-24) these check modules pass the flags to the compiler front-end during linking as well as during compilation. This breaks checks for flags like '-x c++' that are meant only for the compilation step. Revert the change and add a test covering a compiler-only flag. 08 July 2015, 13:55:16 UTC
c66d232 Merge topic 'string-append' 2b18cdca string: add APPEND subcommand 08 July 2015, 13:21:52 UTC
0d457c3 Merge topic 'preserve-generator-on-failure' 3b60232e cmake: Preserve cached CMAKE_GENERATOR when an error occurs (#15640) 08 July 2015, 13:19:14 UTC
66e0681 Merge topic 'cmake-install-components' 9ce7a663 Utilities/Sphinx: Add CMake_OPTIONAL_COMPONENT macro d7725a17 CMake: Add cmakexbuild component as REQUIRED to Tools group for IFW installer ecca2685 CMake: optional show LGPLv2.1 license when install cmake-gui component c14f20f7 CMake: Fix Web Site shortcut in IFW installer for Windows c823f04e CMake: New option CMake_INSTALL_COMPONENTS 7383e4d7 CMake: Install COMPONENTs (sphinx-man) 2531b909 CMake: Install COMPONENTs (QtDialog) 938bbc43 CMake: Install COMPONENTs 08 July 2015, 13:19:12 UTC
8c14606 Merge topic 'add-apple-swift-language' bf112531 Add rudimentary support for the Apple Swift language with Xcode 08 July 2015, 13:19:10 UTC
back to top