- 14 May, 2015 11 commits
-
-
Stephen Kelly authored
Access the state from the local generator in the cmMakefile.
-
Stephen Kelly authored
Port generator factory methods to pass it.
-
-
The Borland generator re-implements every method the NMake generator does, so there is no reason to inherit this way. Instead inherit directly from cmGlobalUnixMakefileGenerator3 like all the other makefile generators do.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 13 May, 2015 6 commits
-
-
Brad King authored
KWSys upstream added an attribute to export .gitattributes so that importing snapshots into the sources of other projects would bring along the attributes. However, we don't want to export them from CMake. Drop .gitattributes entries not relevant to CMake.
-
Detect the HDF5 version and set HDF5_VERSION just as we detect HDF5_IS_PARALLEL from the header already.
-
Brad King authored
Some distros package H5pubconf.h as "H5pubconf-32.h" or "H5pubconf-64.h" depending on the architecture. Look for all of these names.
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ b1d560a0 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 34fceb50..b1d560a0 Brad King (1): b1d560a0 CPU: MIPS is biendian
-
Kitware Robot authored
-
- 12 May, 2015 16 commits
-
-
The openjdk-8 (8u45-b14-2) package on Debian unstable has extra text after the version number components. Match this and add it to the reported version string.
-
7c103be8 CPack: Enable DEB and RPM tests more reliably
-
3307e10f Avoid using C++14 to build CMake if cstdio breaks
-
Brad King authored
Add policy CMP0061 to maintain compatibility for existing projects.
-
Brad King authored
Do not specify that --config will not be added, because the command does add it.
-
Brad King authored
Teach the legacy two-argument signature to use CMAKE_CONFIG_TYPE from the environment only if it is non-empty. This makes behavior consistent with the main signature.
-
Brad King authored
-
CPack DEB and RPM generators were not used for some tests because CPACK_BINARY_DEB and CPACK_BINARY_RPM variable were not set. Fix this, simplify generator selection in CTEST_RUN_CPackComponentsForAll, and fix bugs that were detected after tests were run.
-
Kitware Robot authored
-
- 11 May, 2015 2 commits
-
-
Kitware Robot authored
- 10 May, 2015 1 commit
-
-
Kitware Robot authored
-
- 09 May, 2015 1 commit
-
-
Kitware Robot authored
-
- 08 May, 2015 3 commits
-
-
Dependencies may now be set per component
-
Brad King authored
The find_package command, on Windows, has always searched build trees recently visited by cmake-gui (or CMakeSetup at one time). This was done when the command was created with the intention of simplifying workflows involving building multiple dependent projects. However, this behavior depends on recent developer interaction and therefore can create different find results based on transient system states. It can lead to surprising results and user confusion. Since this behavior was first added CMake has gained many more search options, better error messages when a package is not found, and a package registry. The latter in particular allows projects to make their build trees available for dependent projects to find without user intervention. Therefore the originally intended workflow can be achieved in other, more stable ways. After the above evoluion of find_package we have now decided that the magic search-where-cmake-gui-was behavior does more harm than good. Drop it. We do not need a policy for this behavior change because it only affects interactive use.
-
Brad King authored
This is not done by any other find modules.
-