- Jan 27, 2017
-
-
24d73fa0 GNUC: also check __GNUG__ define when checking for g++
-
243aed52 cmTimestamp: Support SOURCE_DATE_EPOCH to override current time
-
Kitware Robot authored
-
- Jan 26, 2017
-
-
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.
-
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.
-
Fixes: #16525
-
e5089c56 CPackIFW: Add some options
-
0618ddf6 Add properties to run the cpplint style checker with the compiler
-
df3353d1 CUDA: set linker preference between C and C++
-
Daniele E. Domenichelli authored
-
Daniele E. Domenichelli authored
Closes: #16582
-
Kitware Robot authored
-
- Jan 24, 2017
-
-
Matthew Hanna authored
Currently, once pkg_check_modules succeeds, it will never call _pkg_check_modules_internal again. That means that if the parameters to pkg_check_modules are changed, cmake will be called to reconfigure, but nothing will change. This change is to store the full string of arguments to pkg_check_modules and override the FOUND optimization so that the arguments are reevaluated when modified.
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
-
Brad King authored
Patch-by: fft on gitlab.kitware.com Issue: #15756
-
114ac7d0 Help: Fix typo in CMAKE_DL_LIBS docs
-
10c9c73d Xcode: Control emission of EFFECTIVE_PLATFORM_NAME
-
8f1bce12 cmake-gui: trim spaces from user-created variable names
-
1c2ac0b8 Qt4: Only change timestamp on generated .pro files if content changes
-