- May 20, 2019
-
-
Kitware Robot authored
-
- May 19, 2019
-
-
Kitware Robot authored
-
- May 18, 2019
-
-
12456450 Help: Clarify that bracket comments start with bracket open Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben McMorran <ben.mcmorran@gmail.com> Merge-request: !3331
-
e3ff7ced file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !3332
-
Kitware Robot authored
-
- May 17, 2019
-
-
89ab54c1 FindBLAS: Choose MKL arch based on BLA_VENDOR Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3330
-
93ee7dd0 Autogen: Update documentation for ADDITIONAL_CLEAN_FILES 4b4fd99f Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3327
-
eda39636 UseSWIG: Use ADDITIONAL_CLEAN_FILES for cleaning 8c47be28 UseJava: Use ADDITIONAL_CLEAN_FILES for cleaning ac86c02d UseEcos: Use ADDITIONAL_CLEAN_FILES for cleaning 2532e003 FindDoxygen: Use ADDITIONAL_CLEAN_FILES for cleaning 4edc0ef3 Test: Improve WarnUnusedCliUnused to run on all generators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3328
-
e214abda Genex: Add COMPILE_LANG_AND_ID generator expression f84ed796 Docs: Generator-expressions remove usage of `CMake-id` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3300
-
23e8364a Source: std::string related cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastian Holtermann <sebholt@web.de> Merge-request: !3324
-
Kitware Robot authored
-
- May 16, 2019
-
-
Kyle Edwards authored
Fixes: #19264
-
Kyle Edwards authored
-
7b0abaac ARMClang: Add support for Clang-based ARM compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3315
-
fb39f09d Help: Add release note that SunPro supports C++14 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3329
-
e1e3935f FindBoost: Remove obsolete diagnostic message about Boost_ROOT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3323
-
23b3ca5e Merge branch 'upstream-KWSys' into update-kwsys 49f8351a KWSys 2019-05-15 (dea11658) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3325
-
Jakub Benda authored
Recently, FindBLAS has been extended with additional library search path based on the environment variable MKLROOT. However, the choice of the Intel MKL architecture (IA-32 vs Intel64) was based on unrelated (and possibly undefined) size of integer. This commit changes the selection of the Intel MKL architecture to instead consider the variable BLA_VENDOR, if available. So, if the environment variable MKLROOT is defined and BLA_VENDOR=Intel10_32, then $ENV{MKLROOT}/lib/ia32_<OS> will be added to the search path (OS = lin, win, or mac). Similarly, if MKLROOT is defined and BLA_VENDOR=Intel10_64lp or BLA_VENDOR=Intel10_64ilp, then the path $ENV{MKLROOT}/intel64_<OS> will be used. If either MKLROOT or BLA_VENDOR is undefined, no additional search path on top of LD_LIBRARY_PATH / DYLD_LIBRARY_PATH / LIB is be added.
-
Kitware Robot authored
-
- May 15, 2019
-
-
2a9ff970 MSVC: Add support for /JMC (Just My Code) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3121
-
Robert Maynard authored
-
-
Dennis Klein authored
CMake 3.12 introduced <package>_ROOT CMake and environment variables to be valid hints to find_package(<package>). Defining Boost_ROOT is no longer wrong if CMP0074 is set to NEW. Fixes #18810
-
Sebastian Holtermann authored
Replace use of the deprecated `ADDITIONAL_MAKE_CLEAN_FILES` directory property with the new `ADDITIONAL_CLEAN_FILES` directory property.
-
Sebastian Holtermann authored
Replace use of the deprecated `ADDITIONAL_MAKE_CLEAN_FILES` directory property with the new `ADDITIONAL_CLEAN_FILES` directory property.
-
Sebastian Holtermann authored
Replace use of the deprecated `ADDITIONAL_MAKE_CLEAN_FILES` directory property with the new `ADDITIONAL_CLEAN_FILES` directory property.
-
Sebastian Holtermann authored
Replace use of the deprecated `ADDITIONAL_MAKE_CLEAN_FILES` directory property with the new `ADDITIONAL_CLEAN_FILES` directory property.
-
Sebastian Holtermann authored
In the WarnUnusedCliUnused test, the whole CMakeCache.txt was removed in the clean stage to trigger the same CMake warning in re-builds. This technique worked only in the Makefile generators and the test was limited to these. Now only the variable of interest is removed from the cache by using a `unset(UNUSED_CLI_VARIABLE CACHE)` statement in the CMakeLists.txt file. This makes the WarnUnusedCliUnused test run on all generators
-
Sebastian Holtermann authored
Update the AUTOGEN documentation for the use of `ADDITIONAL_CLEAN_FILES` instead of `ADDITIONAL_MAKE_CLEAN_FILES`.
-
Sebastian Holtermann authored
The `ADDITIONAL_CLEAN_FILES` target property works on multiple generators to remove addition files at the clean target. In `AUTOGEN` use it instead of the deprecated and limited `ADDITIONAL_MAKE_CLEAN_FILES` directory property to remove `AUTOGEN` generated files. Fixes: #17074 "Autogen: clean target with ninja generator doesn’t clean autogen files"
-
b5bf369e Release notes: Add release notes for ADDITIONAL_CLEAN_FILES properties 4e2ce0a6 Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory property 338994d6 Doc: Add documentation for ADDITIONAL_CLEAN_FILES properties c11f089d Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILES 012d599e Ninja: Add support for ADDITIONAL_CLEAN_FILES target property 890a1b9d Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property 7b23001f Ninja: Add support for additional clean files d745df4b Makefiles: Add support for ADDITIONAL_CLEAN_FILES target property ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3318
-
9f76961d Support job pools in custom commands and targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3308
-
dfa24355 cmUVProcessChain: Add assert() for static analysis tools Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3322
-
359e2d40 UseJava: Refactor documentation for better formatting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3303
-
Brad King authored
* upstream-KWSys: KWSys 2019-05-15 (dea11658)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit dea11658266eaca24c017670b1b6c6e817afe5be (master). Upstream Shortlog ----------------- Fan Jinke (1): 93352b24 SystemInformation: Add Hygon Dhyana Support Ken Martin (1): 43c6e2fd SystemInformation: Implement backtrace support on Windows
-
932dcce1 Modules: Consistently use 2 space indentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3306
-
Co-Authored-By:
Craig Scott <craig.scott@crascit.com>
-
Kitware Robot authored
-
- May 14, 2019
-
-
Sebastian Holtermann authored
This adds release notes for the `ADDITIONAL_CLEAN_FILES` target and directory properties. It also adds a deprecation release note for the `ADDITIONAL_MAKE_CLEAN_FILES` directory property.
-