- Nov 30, 2016
-
-
Konstantin Podsvirov authored
Usage: 'cmake ... -C Packaging/QtSDK/ToolsCMakeXX.cmake ...' to make compatible package.
-
Brad King authored
-
Brad King authored
-
f7c2a803 CMakeGraphVizOptions: Minor improvements to docs.
-
e3909918 VS: Add option to customize vcxproj user props file
-
9db0dfd7 FindPythonLibs: Tolerate a non-absolute PYTHON_EXECUTABLE
-
88ecfd8b CPackIFW: Add some options
-
6938772a QtAutogen tests: Pass Qt compiler features to library targets c4d4becf QtAutogen tests: Move the complex test case to a subdirectory 2599f5d6 QtAutogen tests: Extend test description in CMakeLists.txt 7052af9d QtAutogen tests: Move independent sameName test to top list of CMakeLists.txt d675004d QtAutogen tests: Rename uiconly target to camel case uicOnly cb4bc19a QtAutogen tests: Rename rcc_empty target to camel case rccEmpty 59dbd3f8 QtAutogen tests: Rename rcconly target to camel case rccOnly.
-
62c4cb4b UseSWIG: Record generated java files as custom command outputs
-
Kitware Robot authored
-
- Nov 29, 2016
-
-
-
The current code is optimized for rare error cases. Simplify the code and remove these optimizations.
-
with the error messages of endforeach, endmacro, endfunction, etc.
-
Sebastian Holtermann authored
-
Brad King authored
* upstream-KWSys: KWSys 2016-11-28 (1c7c2139)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 1c7c2139e773124c0a2b80e10b2840c22a750980 (master). Upstream Shortlog ----------------- Brad King (2): 5e556d53 Refactor CMake policy settings cb55cf5a Set CMake Policy CMP0063 to NEW within KWSys Dāvis Mosāns (1): 1c7c2139 ConsoleBuf: Fix character handling between buffer boundaries
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Also move uicOnly sources to dedicated uicOnlySource directory.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Also add dedicated rccOnlyRes.qrc file for the rccOnly target.
-
Brad King authored
-
Brad King authored
-
The final name of this VS version was announced: https://blogs.msdn.microsoft.com/visualstudio/2016/11/16/visual-studio-2017-rc/ Add the year to the generator name accordingly. For convenience, map the name without the year to the name with the year.
-
When another target depends on the generated files CMake must know which custom command generates them in order to hook up the dependency properly. We already do this for Python. Add the Java files too.
-
* Add `GRAPHVIZ_GRAPH_TYPE` options. * Correct inaccurate usage info.
-
Add a `VS_USER_PROPS_CXX` target property to set the user props file of the generated `.vcxproj` file to be something other than the default `$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`.
-
Brad King authored
-
cbccebba FindPkgConfig: Fix missing error text when library version is specified
-
9e3164df VS: Add option to place `PACKAGE` target in solution default build
-
6d604c49 try_compile: Honor CMAKE_WARN_DEPRECATED in test project
-
4cc601f2 Help: Add release note for CUDA support 7b9131da CUDA: Add tests to verify CUDA compiler works properly. 9cf5b98d CUDA: Prefer environment variables CUDACXX and CUDAHOSTCXX. a5e806b3 CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY d038559e CUDA: Add separable compilation support to the makefile generator. 43ce4414 CUDA: Add separable compilation support to the ninja generator. 4b316097 CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target property ae05fcc6 CUDA: Add LinkLineComputer that computes cuda dlink lines. 115269a8 CUDA: Refactor cmLinkLineComputer to allow for better derived children. 5dec4031 CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation. 5b20d0ab CUDA: C++ compile features now enable cuda c++11 support. 489c52ce CUDA: Use the host compiler for linking CUDA executables and shared libs. bbaf2434 CUDA: add support for specifying an explicit host compiler. a92f8d96 CUDA: Enable header dependency scanning. ec6ce623 CUDA: State that cuda has preprocessor output and can generate assembly. 4f5155f6 CUDA: We now properly perform CUDA compiler identification. ...
-
9e07ffa4 librhash: Avoid signed left-shift overflow in sha256
-