- Jan 30, 2017
-
-
Brad King authored
GitSetup 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.
-
Brad King authored
* upstream-GitSetup: GitSetup 2016-12-13 (cd5ada6d)
-
Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit cd5ada6d5626da409d3ff108c341b9afd615803f (setup).
-
Brad King authored
-
Brad King authored
-
Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit b7daff9b (setup).
-
560574b0 FeatureSummary: Update release notes 3cfde818 FeatureSummary: Refactor to use global properties for package types f0165eb6 FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFO 9da7bf08 FeatureSummary: Add QUIET_ON_EMPTY option to feature_summary 4cf4aceb FeatureSummary: Add unit tests 614a97a5 FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIES 65a0bfd8 FeatureSummary: Add deprecation warnings to deprecated commands 4da3cae9 FeatureSummary: Clean printed output
-
6c54f7b3 string: Teach TIMESTAMP to treat %% as %
-
f01045ea Tests: Make Preprocess test work in RelWithDebInfo and MinSizeRel
-
Kitware Robot authored
-
- Jan 29, 2017
-
-
Kitware Robot authored
-
- Jan 28, 2017
-
-
Kitware Robot authored
-
- Jan 27, 2017
-
-
This encoding is documented by `strptime`.
-
-
895f7f16 Genex: Add `IF` generator expression
-
24d73fa0 GNUC: also check __GNUG__ define when checking for g++
-
243aed52 cmTimestamp: Support SOURCE_DATE_EPOCH to override current time
-
Daniele E. Domenichelli authored
-
Kitware Robot authored
-
- Jan 26, 2017
-
-
This allows a single condition to be used to choose between two alternatives. Without this the condition must be duplicated with one surrounded by `NOT`. Closes: #15585
-
ef47272b Tests: use cxx_auto_type only if actually available
-
c1f3086d FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC
-
796dea67 FindPkgConfig: Recheck pkg-config on parameter change.
-
2759e225 FindLua: try to find library according to version from header
-
See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
-
Brad King authored
Add missing pieces for RelWithDebInfo and MinSizeRel.
-
Brad King authored
Add a space to the imported include directories used for the test. This works around funny quoted-`;` interpretation by Visual Studio.
-
Brad King authored
Do not duplicate the list of include directories 4 times.
-
Daniele E. Domenichelli authored
These new global properties were added: * FeatureSummary_PKG_TYPES: Package types accepted by FeatureSummary (default REQUIRED RECOMMENDED OPTIONAL RUNTIME). * FeatureSummary_REQUIRED_PKG_TYPES: Package types that will cause FeatureSummary to abort when called with FATAL_ON_MISSING_REQUIRED_PACKAGES and a package in these categories is missing (default REQUIRED). * FeatureSummary_DEFAULT_PKG_TYPE: Default package type assigned when not explicitly assigned by the user (default OPTIONAL). This allows to add and remove new package types that can be printed selectively using the "WHAT" argument.
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
This option suppresses the output when the list of packages that belong to the selected category is empty.
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
The OPTIONAL type is used anyway as default when the type is not set Since RUNTIME < OPTIONAL, forcing it here forces the user to set "RUNTIME" at the first SET_PACKAGE_PROPERTIES, otherwise it is impossible to set it later. Without this it is impossible, for example, to add package information (URL and DESCRIPTION) in the FindPackage file, but allow the package to be RUNTIME.
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
* Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test.
-
Kitware Robot authored
-
- Jan 25, 2017
-
-
Rolf Eike Beer authored
At least the scratchbox compiler for the N900, which basically is a gcc 4.2, sets only __GNUG__ in C++ mode, but not __GNUC__. It does indeed set __GNUC_MINOR__ and __GNUC_PATCHLEVEL__. Extend the compiler detection code for GNU compilers in C++ mode to look at __GNUG__ in case __GNUC__ is absent.
-
Rolf Eike Beer authored
The presence of CMAKE_CXX_COMPILE_FEATURES doesn't mean cxx_auto_type is always available.
-