- Apr 28, 2020
-
-
4ed936d1 FindLAPACK: Provide the LAPACK::LAPACK import target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4677
-
4fd28b99 cmOutputConverter::GetFortranFormat(): delete const char* overload Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4671
-
7a0c17f7 cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4664
-
511a03f9 Watcom WMake: Use wmake internal %null command for empty command list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4670
-
-
69ed5196 FindBoost: Prevent warning with boost 1.73 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4662
-
69ed5196 FindBoost: Prevent warning with boost 1.73 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4662
-
Brad King authored
-
-
c4d09fdc Makefiles: Add Objective C/C++ compilations to compile_commands.json 98aa628f Makefiles: Scan Objective C/C++ preprocessor dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4675
-
c4d09fdc Makefiles: Add Objective C/C++ compilations to compile_commands.json 98aa628f Makefiles: Scan Objective C/C++ preprocessor dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4675
-
-
b204bae2 target_precompile_headers: Fix documented example using genex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cristian Adam <cristian.adam@gmail.com> Merge-request: !4678
-
b204bae2 target_precompile_headers: Fix documented example using genex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cristian Adam <cristian.adam@gmail.com> Merge-request: !4678
-
Brad King authored
Merge-request: !4675
-
Brad King authored
Fixes: #20634
-
Brad King authored
Fixes: #20635
-
Kitware Robot authored
-
- Apr 27, 2020
-
-
In commit 9daf79c5 (FindBoost: Add support for Boost 1.73, 2020-04-19) we forgot to update the version comparison for the warning.
-
-
Brad King authored
Merge-request: !4678
-
Brad King authored
When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617
-
If C or C++ compiler is not specified in the initial dialog, do not pass `CMAKE_C_COMPILER` or `CMAKE_CXX_COMPILER` cache entries for cross-compilation setup. Instead allow the normal search for the compiler to proceed.
-
wmake internal command %null realy do "nothing". It is designed to use in command lists.
-
0315d269 Help: Reference policy CMP0082 from install() command docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Acked-by:
Roscoe A. Bartlett <rabartl@sandia.gov> Merge-request: !4672
-
dd62ee37 Tutorial: Restore MakeTable.cxx in step 6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4674
-
-
a7eca041 FindPython: fix reason failure propagation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4660
-
a7eca041 FindPython: fix reason failure propagation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4660
-
671fe283 ccmake: Improve coloring, allow customization f56a6954 ccmake: Rename cmCursesColor::{Options => Choice} Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4629
-
85a9813a BLAS: Provide the BLAS::BLAS import target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4657
-
Brad King authored
In commit c754a3d4 (Tutorial: Remove MakeTable.cxx from Steps 5 and 6, 2020-04-23) it was incorrect to remove the file from step 6. The instructions for that step show the addition of a reference to it from the `CMakeLists.txt` file. Each step shows the addition of content to lead to the next step, so removing the file from step 6 was an off-by-one error. Issue: #20618
-
Brad King authored
The policy plays an important role in the behavior of the `install()` command, so the latter's documentation should mention it.
-
Vitaly Stakhovsky authored
-
Kitware Robot authored
-
- Apr 26, 2020
-
-
Kitware Robot authored
-
- Apr 25, 2020
-
-
Kitware Robot authored
-
- Apr 24, 2020
-
-
Change the default color for strings from BLUE (which is nearly illegible on any terminals using the standard color palette which has been around since at least CGA, almost 40 years ago) to CYAN. Add ability to customize the colors via an environment variable (inspired by LS_COLORS and using similar syntax). Fixes: #20596
-
Marc Chevrier authored
-
Rename the internal name for the color applied to multiple-choice options to avoid use of the overloaded term 'option'.
-