- Feb 27, 2017
-
-
If we are given a FIFO, for example, we cannot seek back after trying to read a Byte-Order-Mark. Closes: #16607
-
- Feb 24, 2017
-
-
Kitware Robot authored
-
- Feb 23, 2017
-
-
1dc13019 Help: Clarify 'make-style' variable references in cmake-language(7)
-
934eb497 FindCUDA: Fix PTX selection with multiple architectures
-
7788db9c cmake.m4: do not set _XXXFLAGS or _LIBS var if already set
-
Kitware Robot authored
-
- Feb 22, 2017
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Michael Maltese authored
Fixes: #16661
-
-
Brad King authored
-
29d96633 Autogen: Don't use .moc include in Q_PLUGIN_METADATA test d60f1ddc Autogen: Documentation update cdb72127 Autogen: Add release notes for Q_PLUGIN_METADATA support 8b13a52c Autogen: Tests: Set different compression levels in rcc test 9d1db7d7 Autogen: Overhaul and simplify AutogenInfo.cmake file generation 0ab817fa Autogen: Optimize GetCompileDefinitionsAndDirectories function 754d4318 Autogen: Sort AutogenInfo.cmake.in cd74daf0 Autogen: Tests: Add Q_PLUGIN_METADATA test 39c4819e Autogen: Tests: Add moc include tests 50805693 Autogen: Tests: Clean comments c23206b6 Autogen: Log simplifications 347572cf Autogen: Only touch an unchanged moc_compilation.cpp 03df033b Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes 3ec230de Autogen: Use GetRealPath in central places only 41fb64e7 Autogen: Search moc includes in include directories 175c8900 Autogen: Sort includes before composing include options ...
-
2da0838c VS2017: If Win 8.1 SDK is not available, use Win 10 SDK
-
Kitware Robot authored
-
- Feb 21, 2017
-
-
Brad King authored
-
Brad King authored
We try to choose the Windows SDK version based on the version of Windows targeted by the build. However, if using VS 2017 without the Windows 8.1 SDK installed then we must fall back to the Windows 10 SDK even when targeting an older version of Windows. Inspired-by:
gnaggnoyil <gnaggnoyil@gmail.com>
-
2ab118a8 FindGTK2: handle old libsigc++ versions
-
08fa0b45 CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATION
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
Closes #15254
-
-
-
-
-
Also rename AM_SKIP_MOC to AM_MOC_SKIP and AM_SKIP_UIC to AM_UIC_SKIP
-
-
-
Brad King authored
It does not actually configure the project to install to the given location. That must be done by passing the `<INSTALL_DIR>` placeholder to the external project configuration step.
-
It is for the install step of the external project and does not affect installation of the calling project.
-
-
The logging methods now automatically add an end-of-line to the message if it is missing.
-
-