- Nov 28, 2018
-
-
e15cac8e Help: Extend the cmake(1) manual 8b3a537c Help: Improve cmake(1) manual organization f9c3f7b1 Help: Emphasize tool names in their manuals Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2662
-
Kitware Robot authored
-
- Nov 27, 2018
-
-
0d80977a Autogen: Documentation updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2659
-
85a035bf FindDoxygen: Avoid Windows-specific GLOB on other platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2660
-
d9195ab0 Tests: Teach run_ctest to handle removal of CTestConfig.cmake 1ca53f5e Remove unnecessary CTEST_PROJECT_NAME variables 15ac4aae Remove warning when no CTestConfig.cmake file exists 3125c47d ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value 36bbd07a CDashUpload: Use the query part of the submit url as field e1dfe8ce CTest: Don't require 'submit.php?' in submit location Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2640
-
c259912b FindBLAS: Do not look for BLAS once BLAS95 has been found d5f691be FindLAPACK: Additional libraries for MKL+gfortran combination 8b63265e FindLAPACK: Unify internal variables related to MKL ede1715c FindLAPACK: Remove MKL components already provided by MKL BLAS 03879b11 FindLAPACK: Prioritize Intel MKL b4edf7b5 FindBLAS: Support 32bit Intel MKL 10.3+ fc149a72 FindBLAS: Support combination of gfortran and Intel MKL f0d52f55 FindBLAS: Consolidate duplicated code related to MKL on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2633
-
Brad King authored
-
f54d28a8 VS: Avoid crash with VS 2015 when all SDKs are higher than 10.0.14393.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2656
-
03693621 FindBoost: Restore finding without CXX language enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2663
-
Extend the description section to cover all capabilities that the "cmake" tool has. Extend the buildsystem generation section to introduce important concepts and describe the basic workflow. Inspired-by:
Joachim Wuttke (l) <j.wuttke@fz-juelich.de>
-
Extend the Synposis, and provide links to manual sections. Add sections for `cmake --open` and `cmake --help-*`. Introduce a new section for buildsystem generation to distinguish it from the other functionality. Populate it with minimal placeholder text for now. It will be extended later. Co-Author: Brad King <brad.king@kitware.com>
-
Kitware Robot authored
-
- Nov 26, 2018
-
-
When `$ENV{ProgramFiles}` is empty, GLOB takes `/Graphviz*/bin` as a path cusing the implementation to look at every directory in `/`. If the system has a slow(er) path mounted on '/' then `stat` call can take some time. There *may* be a better fix for this elsewhere, but for now simply do this GLOB only on Windows. Signed-off-by:
Noel Eck <noel.eck@intel.com>
-
Brad King authored
Merge-request: !2656
-
Move the filter added by commit v3.13.0-rc1~72^2~2 (VS: Do not select a Windows SDK too high for current VS version, 2017-08-07, committed 2018-09-17) to before our check that the remaining list is empty. Otherwise we crash when dereferencing the first entry of an empty vector. Also add a comment explaining where 10.0.14393.0 came from. Fixes: #18633
-
Brad King authored
Merge-request: !2663
-
Brad King authored
Since commit v3.13.0~7^2 (FindBoost: Improve compiler prefix detection for GCC 5+ and clang 4+, 2018-11-07) we run the internal `_Boost_COMPILER_DUMPVERSION` macro on all UNIX platforms. Teach the macro to tolerate missing `CMAKE_CXX_COMPILER_VERSION`, which occurs when the CXX language is not enabled. Fixes: #18624
-
Print the name of the **cmake** executable in boldface, so that it does not appear less prominent than other shell commands (which are underlaid with links). Similarly the other tool manuals.
-
Brad King authored
When running tests in a non-fresh build tree there may be files left from previous test runs. In the case that a test removes `CTestConfig.cmake.in`, we must remove any `CTestConfig.cmake` that may have been left behind.
-
9175a378 QtDialog: Add windows taskbar progress Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2628
-
ce2570b2 clang-tidy: Enable checks from bugprone set Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2642
-
2ca89b5a C++ feature checks: Filter out libstdc++ sprintf warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2643
-
Sebastian Holtermann authored
This extends the documentation for - :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS` - :prop_tgt:`AUTOGEN_TARGET_DEPENDS` - :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET`
-
Kitware Robot authored
-
- Nov 25, 2018
-
-
Kitware Robot authored
-
- Nov 24, 2018
-
-
Jakub Benda authored
When BLA_F95 is ON, FindBLAS looks for BLAS95_LIBRARIES (in Intel MKL). As this is a superset of BLAS_LIBRARIES, if they are found, no further search in other vendors is necessary.
-
Kitware Robot authored
-
- Nov 23, 2018
-
-
Kitware Robot authored
-
- Nov 22, 2018
-
-
Kitware Robot authored
-
- Nov 21, 2018
-
-
-
5731ec30 clang-tidy: fix warnings from version 7 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2636
-
74cc42e9 Help: Add notes for topic 'FindGIF-modernize' 6962a41e FindGIF: Add test 5bc64fe6 FindGIF: Modernize Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2632
-
Brad King authored
-
19d92d5e FindBoost: provide the version in x.y.z format 186f69cf FindBoost: test version variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2638
-
Brad King authored
-
ead16adf Fortran: Fix module dependency scanning with upper-case SUBMODULE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2644
-
Kitware Robot authored
-
- Nov 20, 2018
-
-
8369e3e7 Help/dev: Modernize module example in the CMake Documentation Guide 664d6178 Help: Modernize example find module docs in cmake-developer(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2621
-
wahikihiki authored
-
wahikihiki authored
Some CTestConfig.cmake files used to set CTEST_PROJECT_NAME only. Since this variable is no longer used, it is more likely that the whole file is no longer provided by projects.
-