- 12 Sep, 2018 7 commits
-
-
3e125c0c Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2372
-
13d10ee6 cmState::GetInitializedCacheValue: Return as const std::string* Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2365
-
8fdf08c0 IAR: Fix compiler id, version, and arch detection on 6.50.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2371
-
Brad King authored
-
e8213404 FindDoxygen: Ensure policy settings allow use of IN_LIST Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2373
-
2c154fec Warnings: Remove unused variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2364
-
Kitware Robot authored
-
- 11 Sep, 2018 17 commits
-
-
Brad King authored
Merge-request: !2373
-
Brad King authored
In commit v3.9.0-rc1~55^2 (Improve Doxygen support, 2017-04-10) use of the `IN_LIST` condition was added, but this is only supported when policy CMP0057 is set to NEW. Add a policy scope around the module and enable the policy within it. Otherwise it works only in projects that happen to enable the policy. Fixes: #18361
-
Brad King authored
The Ninja and Makefile generators were adding a space to the value both before and after expanding rule variables. Only the latter is needed. While at it, revise some outdated comments since the rule variable expansion is no longer responsible for inserting the launcher. Suggested-by:
Mate Pek <mate.pek@gmail.com> Fixes: #18340
-
The IAR 6.50.6 compiler places extra/truncated copies of the compiler id `INFO:` strings into binaries with a prefix like `?<Constant "`. Teach CMakeDetermineCompilerId to ignore them. Fixes: #18333
-
31c82143 GoogleTest: gtest_add_tests() fails if any source file is empty d6b06d8d GoogleTest: Modify test to verify that empty files can be scanned Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2342
-
a26ebb89 IAR: Abort if compiler version or target architecture is not detected Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2353
-
5ff71492 Help: Document existence of CMAKE_CPACK_COMMAND Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2367
-
ab2e35d6 Replace occurrences of "Mac OS X" with "macOS" in comments fc160245 Help: Replace occurrences of "Mac OS X" with "macOS" Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Gregor Jasny <gjasny@googlemail.com> Reviewed-by:
Clinton Stimpson <clinton@elemtech.com> Merge-request: !2351
-
6d8cabe8 Help: Clarify INCLUDE_DIRECTORIES directory property behavior 7b9d8ce1 Help: Clarify wording of set_directory_properties docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2337
-
f35be599 Fix transitive usage requirements through same-name imported targets 1b57f495 genex: Simplify cmGeneratorExpressionInterpreter bea390e9 Fix dependency propagation through same-name imported targets fc7e4d1e cmLinkItem: Convert to a "sum type" over a string and target pointer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2359
-
Brad King authored
-
e374b9f1 FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS as a command-line string Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Christoph Junghans <junghans@votca.org> Reviewed-by:
Christian Pfeiffer <cpfeiffer@live.de> Merge-request: !2368
-
09f0325e CTest: Fix regression in ctest_start() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2366
-
292ec157 CTest: Fix --test-load regression Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2362
-
3914108c Help: Formatting typo fix in cmake-generator-expressions(7) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2360
-
228a2b0d Help: Clarify cmake_host_system_information memory units Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2339
-
Kitware Robot authored
-
- 10 Sep, 2018 16 commits
-
-
Craig Scott authored
-
Brad King authored
Merge-request: !2368
-
Brad King authored
Merge-request: !2366
-
Brad King authored
Refactoring in commit v3.10.0-rc1~103^2~2 (FindMPI: Modernization from ground up, 2017-04-25) accidentally left this variable set as a copy of the `;`-list in `MPI_<LANG>_COMPILE_OPTIONS`, but the flags variable is documented as a command-line string. Restore it now. Fixes: #18349
-
Kyle Edwards authored
The format for the TAG file was changed in 3.12, and the way it was read caused a regression which changed how the track was decided. This commit fixes the regression. Fixes #18347.
-
Kyle Edwards authored
This useful variable was previously undocumented. This commit adds brief documentation for it.
-
Vitaly Stakhovsky authored
-
If these are not detected then we cannot support the IAR compiler. Fail early with an explicit message instead of silently proceeding and getting strange errors. Issue: #18333
-
Ordering w.r.t. target creation is important for this property. Fixes: #17754
-
-
Raul Tambre authored
-
192e5520 FindOpenSceneGraph: Fix find in Debug Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2341
-
46855d00 cmCacheManager::GetInitializedCacheValue(): Return as const std::string* Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2357
-
68d015fc FindSubversion: Add Subversion_WC_INFO option to suppress failures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2292
-
0239b586 Extra Generator: Fix handling of CMAKE_<LANG>_COMPILER_ARG1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2352
-
Brad King authored
If two imported targets in different directories have the same name we should still be able to propagate transitive usage requirements from both. Fix the DAG checker to work with target pointers instead of target names since the pointers will not be duplicated even if the names are. Fixes: #18345
-