https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
c35724b Add VS_WINDOWS_TARGET_PLATFORM_VERSION Sets the Windows SDK target for Visual Studio 2015 projects. Used to build against the Windows 10 SDK. 31 July 2015, 06:13:10 UTC
1687060 CMake Nightly Date Stamp 31 July 2015, 04:01:06 UTC
a8c3698 Merge topic 'refactor-fortran-module-directory' e90372a0 cmCommonTargetGenerator: Factor out Fortran module directory computation 70c21301 cmCommonTargetGenerator: Store working directory for relative paths 7371d8f3 cmCommonTargetGenerator: Return string from GetFortranModuleDirectory 613bc08a cmDependsFortran: Use string to store module directory 30 July 2015, 13:56:16 UTC
7e27a42 Merge topic 'cmCommonTargetGenerator-GetLinkedTargetDirectories' 6d79eda7 cmCommonTargetGenerator: Adopt linked target directory computation 30 July 2015, 13:56:14 UTC
3a75555 CMake Nightly Date Stamp 30 July 2015, 04:01:06 UTC
e90372a cmCommonTargetGenerator: Factor out Fortran module directory computation Move computation from GetFortranModuleDirectory to a virtual method so it can be customized for each type of generator. 29 July 2015, 17:37:54 UTC
70c2130 cmCommonTargetGenerator: Store working directory for relative paths The Makefile generators run tools with the current working directory set to the subdirectory of the build tree for the each target. The Ninja generator runs tools with the current working directory set to the top of the build tree. Tell cmCommonTargetGenerator where the working directory will be so it can compute proper relative paths. 29 July 2015, 17:20:03 UTC
7371d8f cmCommonTargetGenerator: Return string from GetFortranModuleDirectory 29 July 2015, 17:18:46 UTC
613bc08 cmDependsFortran: Use string to store module directory 29 July 2015, 15:48:58 UTC
22b8f23 Merge topic 'minor-cleanups' 3942ec32 cmMakefileTargetGenerator: Remove unused variable. a034dc0d cmGeneratorExpressionNode: Remove unused variable. aeb74ae9 Fix include guard. 29 July 2015, 14:29:32 UTC
8697dca Merge topic 'ninja-implib-byproduct' 35fb0bb8 Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTs 29 July 2015, 14:29:30 UTC
700d537 CMake Nightly Date Stamp 29 July 2015, 04:01:05 UTC
6d79eda cmCommonTargetGenerator: Adopt linked target directory computation Factor a GetLinkedTargetDirectories method out of cmMakefileTargetGenerator::WriteTargetDependRules to compute the list of directories associated with targets to which the current target links. 28 July 2015, 19:40:06 UTC
3942ec3 cmMakefileTargetGenerator: Remove unused variable. 28 July 2015, 18:08:11 UTC
a034dc0 cmGeneratorExpressionNode: Remove unused variable. 28 July 2015, 18:07:46 UTC
aeb74ae Fix include guard. 28 July 2015, 18:06:38 UTC
98d6e9e Merge topic 'use-generator-target' 57f03e59 Port some of the cmExportFileGenerator API to cmGeneratorTarget. 57ab0f70 Port cmExportBuildFileGenerator to cmGeneratorTarget. 570938cb cmExportTryCompileFileGenerator: Create cmGeneratorTargets. ec38e4c8 Move GetFullPath to cmGeneratorTarget dfb025bf Move GetLocationForBuild to cmGeneratorTarget. 9f2dca80 Move GetLocation to cmGeneratorTarget. c7a8e74b Always access target location from a cmGeneratorTarget instance. 5b60eaf6 cmTarget: Restore the ImportedGetLocation method. 50b17a61 cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path. ba266858 cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION. 5ab3a946 cmTarget: Inline GetLocation into deprecated callers. 496f4cd0 cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc. de80993a cmGlobalGenerator: Create cmGeneratorTargets earlier. 611220f7 cmTarget: Use reliable test for CMP0024 and CMP0026 OLD. bbad6ba5 cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method. e4dc83ad cmLocalGenerator: Remove unused AddBuildTargetRule method. ... 28 July 2015, 14:08:50 UTC
16dffb3 Merge topic 'cmConditionEvaluator-minor-cleanup' e7d5c142 cmConditionEvaluator: Remove superfluous spaces in expressions 28 July 2015, 14:08:48 UTC
eda29e6 Merge topic 'ctest-add_subdirectory-crash' 64821e8a ctest: fix add_subdirectory() crash 28 July 2015, 14:08:46 UTC
eb2b23e Merge topic 'cmake-install-dependencies-option' 068e7962 CMake: Add CMake_INSTALL_DEPENDENCIES option 28 July 2015, 14:08:44 UTC
be938ab Merge topic 'cmake-gui-install-plugin' 42f0155b cmake-gui: Install Qt5 Windows platform plugin 28 July 2015, 14:08:42 UTC
2a2a560 Merge topic 'refactor-ninja-command-exporter' cd530df8 cmNinjaTargetGenerator: Factor out compile command exporter 28 July 2015, 14:08:40 UTC
24dd88d Merge topic 'fortran-parser-updates' ecca8fd9 cmFortranParser: Port to bison 3 eebe732b cmFortranParser: Factor out of cmDependsFortran fd194458 cmDependsFortran: Simplify storage of preprocessor definitions 295480b9 cmDependsFortran: Move FindIncludeFile method into parser class 98b9645b Rename Fortran parser infrastructure to drop "Depends" prefix 096dd3c9 cmDependsFortranLexer: Remove trailing blank line 28 July 2015, 14:08:37 UTC
dce1b29 Merge topic 'emacs-mode-updates' 5593f28f cmake-mode.el: Derive cmake-mode from prog-mode 41d6044b cmake-mode.el: Add font-lock for keywords and variables 7987d985 cmake-mode.el: Rename function to be consistent 63de609e cmake-mode.el: Use `rx' for regexps 9d5082b2 cmake-mode.el: Minor clean-up 28 July 2015, 14:08:35 UTC
35fb0bb Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTs The MSVC linker may update a binary without touching the associated import library. Making the import library a BYPRODUCT prevents the linker from unnecessarily rerunning when the import library does not get regenerated as previously expected. 28 July 2015, 12:02:47 UTC
9e29319 CMake Nightly Date Stamp 28 July 2015, 04:01:06 UTC
57f03e5 Port some of the cmExportFileGenerator API to cmGeneratorTarget. Enough to make it more possible to move GetLinkInterface to cmGeneratorTarget. 27 July 2015, 19:59:03 UTC
57ab0f7 Port cmExportBuildFileGenerator to cmGeneratorTarget. 27 July 2015, 19:59:03 UTC
570938c cmExportTryCompileFileGenerator: Create cmGeneratorTargets. This is not a deprecated behavior, but only requires IMPORTED targets be made. 27 July 2015, 19:59:03 UTC
ec38e4c Move GetFullPath to cmGeneratorTarget 27 July 2015, 19:59:02 UTC
dfb025b Move GetLocationForBuild to cmGeneratorTarget. 27 July 2015, 19:58:50 UTC
9f2dca8 Move GetLocation to cmGeneratorTarget. 27 July 2015, 19:58:50 UTC
c7a8e74 Always access target location from a cmGeneratorTarget instance. 27 July 2015, 19:58:50 UTC
5b60eaf cmTarget: Restore the ImportedGetLocation method. It was removed in commit f154475b (cmTarget: Refactor GetLocation API, 2014-03-08), but it is more readable for targets we know are imported. 27 July 2015, 19:58:50 UTC
50b17a6 cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path. 27 July 2015, 19:58:50 UTC
ba26685 cmTarget: Create cmGeneratorTargets before reading deprecated LOCATION. The intention is to move generation-semantic cmTarget API to cmGeneratorTarget and then use the latter for generator expressions. This means that each time we read a deprecated LOCATION property, we have to clear and re-populate the container. That must be done each time because the result can change through the configure process, which is why this is deprecated in the first place. 27 July 2015, 19:58:49 UTC
5ab3a94 cmTarget: Inline GetLocation into deprecated callers. 27 July 2015, 19:58:49 UTC
496f4cd cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc. Add cmGeneratorTargets as needed in the QtAutomoc processing. 27 July 2015, 19:58:49 UTC
de80993 cmGlobalGenerator: Create cmGeneratorTargets earlier. 27 July 2015, 19:58:49 UTC
611220f cmTarget: Use reliable test for CMP0024 and CMP0026 OLD. Check whether the Makefile is fully configured instead of checking whether generator targets exist. 27 July 2015, 19:58:49 UTC
bbad6ba cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method. 27 July 2015, 19:58:48 UTC
e4dc83a cmLocalGenerator: Remove unused AddBuildTargetRule method. 27 July 2015, 19:58:47 UTC
72f43fa cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. It loops over cmGeneratorTargets, but at the point it is called, there are no cmGeneratorTargets. This must be dead code. 27 July 2015, 19:57:29 UTC
5881199 cmGlobalGenerator: Add global targets at the end of Configure. Rather than at the start of Generate. 27 July 2015, 19:57:28 UTC
57a69f9 cmGlobalGenerator: Extract method to create generator objects. 27 July 2015, 18:09:39 UTC
0e0258c cmGlobalGenerator: Split creation of generator object from initialization. 27 July 2015, 18:09:38 UTC
a8e5d83 cmCPackPropertiesGenerator: Require cmLocalGenerator in API. 27 July 2015, 18:09:38 UTC
d568eef cmCustomCommandGenerator: Require cmLocalGenerator in API. 27 July 2015, 18:09:38 UTC
e7d5c14 cmConditionEvaluator: Remove superfluous spaces in expressions 27 July 2015, 15:24:59 UTC
64821e8 ctest: fix add_subdirectory() crash The directory is at args[0], not args[1]. Introduced in commit v2.6.0~489 (... 5889 ... tests are not found in some cases when using add_subdirectory ..., 2008-01-18). 27 July 2015, 15:14:51 UTC
068e796 CMake: Add CMake_INSTALL_DEPENDENCIES option By default this option is ON. Turn OFF to disable installing runtime 3rd-party dependencies. 27 July 2015, 14:30:41 UTC
42f0155 cmake-gui: Install Qt5 Windows platform plugin Qt5 requires a platform-specific runtime-loaded plugin. We already install it for OS X. Install it for Windows too. 27 July 2015, 14:21:10 UTC
cd530df cmNinjaTargetGenerator: Factor out compile command exporter 27 July 2015, 13:54:07 UTC
ecca8fd cmFortranParser: Port to bison 3 Use %-directives to specify the scanner/lexer arguments and update the yyerror signature. Reduce the list of post-bison modifications needed. 27 July 2015, 13:45:36 UTC
eebe732 cmFortranParser: Factor out of cmDependsFortran Move the main parser class and method implementations out of cmDependsFortran.cxx and into separate source files. 27 July 2015, 13:45:36 UTC
fd19445 cmDependsFortran: Simplify storage of preprocessor definitions Collect the original preprocessor definitions in a std::set<> so that it can be copied directly by cmFortranParser's constructor instead of making a copy on the stack. 27 July 2015, 13:45:35 UTC
295480b cmDependsFortran: Move FindIncludeFile method into parser class This drops the only awareness of cmDependsFortran that cmFortranParser needed. 27 July 2015, 13:45:35 UTC
98b9645 Rename Fortran parser infrastructure to drop "Depends" prefix The parser can be re-used outside cmDependsFortran or the cmDepends class hierarchy so drop the "Depends" from its name: rename 's/DependsFortran([A-Za-z0-9_])/Fortran$1/' Source/*.* sed -i 's/DependsFortran\([A-Za-z0-9_]\)/Fortran\1/g' Source/*.* sed -i 's/FortranInternals/DependsFortranInternals/g' Source/*.* Also manually fix Source/CMakeLists.txt source file ordering. 27 July 2015, 13:45:35 UTC
096dd3c cmDependsFortranLexer: Remove trailing blank line 27 July 2015, 13:45:35 UTC
5593f28 cmake-mode.el: Derive cmake-mode from prog-mode Emacs 24 and above support a generic "prog-mode" to simplify definition of programming modes. Derive "cmake-mode" from it since we are a programming mode. 27 July 2015, 13:40:54 UTC
41d6044 cmake-mode.el: Add font-lock for keywords and variables Control flow keywords will now be highlighted as such. Variable names will be also be recognized. Adjust function name highlighting to work in places other than the start of a line. 27 July 2015, 13:40:07 UTC
7987d98 cmake-mode.el: Rename function to be consistent unscreamify-cmake-buffer => cmake-unscreamify-buffer While at it, wrap the operation in (save-excursion). 27 July 2015, 13:39:42 UTC
63de609 cmake-mode.el: Use `rx' for regexps This allows the keywords be defined in a list and reused in different regexps. 27 July 2015, 13:39:09 UTC
9d5082b cmake-mode.el: Minor clean-up Superficial changes to use more conventional Emacs Lisp idioms. 27 July 2015, 13:38:31 UTC
280dde3 Merge topic 'trace-expand' 594bafe5 cmake: add --trace-expand option 27 July 2015, 13:31:22 UTC
0679c73 Merge topic 'drop-aix-release-scripts' 10f20652 Utilities/Release: Drop IBM AIX release scripts 27 July 2015, 13:31:20 UTC
cb21c54 Merge topic 'policy-refactor' 8329fc01 cmPolicies: Replace unused include. 5447ca1a cmMakefile: Remove CMP0001 handling to callers. d0dcce15 cmMakefile: Simplify computation of ancient policy status. 658bfc5c cmMakefile: Remove redundant condition from policy status computation. f4a25874 cmMakefile: Inline internal policy status method. 3c45471c cmPolicies: Enable RVO for internal method. 71e69fc9 cmPolicies: Store only state that users can set. 84e18056 cmMakefile: Convert recursion to loop. 27 July 2015, 13:31:18 UTC
d74abbe Merge topic 'refactor-cmMakefile-properties' bbb507ae cmMakefile: Move the InitializeFromParent method 6ed9c7e0 cmState: Host buildsystem properties for directories. 8f0a5d84 cmState: Fix compilation on IBM XL compiler 9644a2d1 cmAlgorithms: Add cmMakeReverseIterator. 1e77de74 cmMakefile: Don't clear buildsystem properties. c1bf1a59 CompileDefinitions: Add unit test for setting empty content. 27 July 2015, 13:31:16 UTC
91a1592 Merge topic 'cmRange-API' 8d336875 cmMakefile: Use Ranges for buildsystem property access. 514a1dff cmAlgorithms: Add some convenient typedefs. c7b39d06 cmMakefile: Split accessors for include directories and origins. b2de25ad cmMakefile: Split accessors for compile options and origins. d6239507 cmMakefile: Split accessors for compile definitions and origins. ef17bbef cmMakefile: Separate storage of buildsystem properties and their origins. a89c02ce cmMakefile: Out of line some API. b19587e7 cmMakefile: Remove some references from APIs. 1fe71e2e cmAlgorithms: Move Range type out of private namespace. 8ea0b81d cmAlgorithms: Rename cmRange to cmMakeRange. 27 July 2015, 13:31:14 UTC
317df61 CMake Nightly Date Stamp 27 July 2015, 04:01:06 UTC
983d7b5 CMake Nightly Date Stamp 26 July 2015, 04:01:05 UTC
bbb507a cmMakefile: Move the InitializeFromParent method 25 July 2015, 12:53:06 UTC
6ed9c7e cmState: Host buildsystem properties for directories. 25 July 2015, 12:53:05 UTC
8f0a5d8 cmState: Fix compilation on IBM XL compiler Delay use of the PositionType constructor until after SnapshotDataType is fully defined. 25 July 2015, 12:52:05 UTC
8329fc0 cmPolicies: Replace unused include. 25 July 2015, 12:48:37 UTC
5447ca1 cmMakefile: Remove CMP0001 handling to callers. 25 July 2015, 12:48:37 UTC
d0dcce1 cmMakefile: Simplify computation of ancient policy status. 25 July 2015, 12:48:37 UTC
658bfc5 cmMakefile: Remove redundant condition from policy status computation. 25 July 2015, 12:48:36 UTC
f4a2587 cmMakefile: Inline internal policy status method. 25 July 2015, 12:48:36 UTC
3c45471 cmPolicies: Enable RVO for internal method. 25 July 2015, 12:48:36 UTC
71e69fc cmPolicies: Store only state that users can set. cmPolicies::PolicyMap does not need to store the REQUIRED_ALWAYS or REQUIRED_IF_USED states as they are statically determined. 25 July 2015, 12:48:36 UTC
84e1805 cmMakefile: Convert recursion to loop. 25 July 2015, 12:48:36 UTC
26d1a9d CMake Nightly Date Stamp 25 July 2015, 04:01:05 UTC
d546133 CMake Nightly Date Stamp 24 July 2015, 04:01:07 UTC
594bafe cmake: add --trace-expand option The --trace option is helpful, but sometimes, what you're looking for is deep under many layers of function calls and figuring out what instance of the function call you're looking at is tedious to determine (usually involving patching and message()). Instead, add a --trace-expand option to trace while expanding commands into what CMake actually sees. 23 July 2015, 19:33:10 UTC
b98ded7 Merge branch 'release' 23 July 2015, 17:25:52 UTC
10f2065 Utilities/Release: Drop IBM AIX release scripts We no longer produce binaries for AIX. 23 July 2015, 15:44:09 UTC
3a0db02 CMake 3.3.0 23 July 2015, 12:49:45 UTC
e76a950 Merge branch 'release' 23 July 2015, 12:48:29 UTC
afed519 Merge topic 'osx-iframework' e68f0cb3 OS X: Use -iframework with AppleClang only on version >= 4.2 23 July 2015, 12:47:23 UTC
51f818b Merge topic 'test-OBJECT_DEPENDS' 783c3757 Tests: Extend BuildDepends test to cover OBJECT_DEPENDS 23 July 2015, 12:47:21 UTC
900554b CMake Nightly Date Stamp 23 July 2015, 04:01:06 UTC
9644a2d cmAlgorithms: Add cmMakeReverseIterator. 22 July 2015, 19:23:50 UTC
1e77de7 cmMakefile: Don't clear buildsystem properties. Instead put a sentinal empty entry in the container when a property is overwritten. Use this sentinal when reading from the containers. Use iterator::operator+(size_type) directly instead of std::advance, because this only really makes sense if using RandomAccessIterators. 22 July 2015, 19:23:49 UTC
c1bf1a5 CompileDefinitions: Add unit test for setting empty content. 22 July 2015, 19:23:49 UTC
8d33687 cmMakefile: Use Ranges for buildsystem property access. Don't return vector copies. 22 July 2015, 18:25:48 UTC
514a1df cmAlgorithms: Add some convenient typedefs. 22 July 2015, 18:25:47 UTC
c7b39d0 cmMakefile: Split accessors for include directories and origins. 22 July 2015, 18:25:47 UTC
b2de25a cmMakefile: Split accessors for compile options and origins. 22 July 2015, 18:25:46 UTC
d623950 cmMakefile: Split accessors for compile definitions and origins. 22 July 2015, 18:25:45 UTC
back to top