- 18 Jun, 2019 12 commits
-
-
Kitware Robot authored
-
Brad King authored
Create a `Help/guide/` directory to hold guide-level documents. Build them in most documentation formats, but not as man pages. Initialize the guide directory with a placeholder for the tutorial.
-
Brad King authored
-
Brad King authored
-
Brad King authored
63bf207c CompileFeatures: document why lambda_init_captures requires GCC 4.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3452
-
Brad King authored
68dcbeee FindLAPACK: Test for implicitly linked LAPACK libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3451
-
Brad King authored
2746c61e Swift: Add library search paths for dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3436
-
Brad King authored
-
Brad King authored
8a08d0c0 Help: Document what project() calls use CMAKE_PROJECT_INCLUDE and friends Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3453
-
Brad King authored
Merge-request: !3453
-
Brad King authored
34a7e5ab Tests/Tutorial: Fix version displayed in tutorial executable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3448
-
Kitware Robot authored
-
- 17 Jun, 2019 17 commits
-
-
Saleem Abdulrasool authored
When building Swift executables and libraries which import a module, an implicit link will be added by the driver. Because this links by name rather than path, the library search path needs to be provided to indicate where to find the library. For all local dependencies, add the library paths for the targets when linking. This ensures that you can link against local libraries without explicitly setting a library path. Fixes: #19304
-
Kyle Edwards authored
4caefbb4 cmInstallTargetGenerator: Add tests for the RPATH_CHANGE rule 749ce48e cmInstallTargetGenerator: Escape generated OLD_RPATH argument 9e84c7c5 cmInstallTargetGenerator: Introduce CMP0095 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3383
-
Robert Maynard authored
-
Jakub Benda authored
Apply the change from commit 5b8f69eb (FindBLAS: Detect implicitly linked BLAS library, 2018-08-28, v3.13.0-rc1~150^2~2), to FindLAPACK also. Typically both BLAS and LAPACK are provided the same way, e.g. in a Cray Compiler Environment.
-
Brad King authored
563205d6 cmDefinitions: Avoid string copy when setting a definition Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3443
-
Brad King authored
3092c27f CPack: Fix SONAME regex in DEB generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3440
-
Brad King authored
-
Brad King authored
Merge-request: !3434
-
Brad King authored
276b56f0 FindBLAS: Add second try for OpenBLAS with thread libraries. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3434
-
Alexander Neumann authored
Issue: #16221
-
Brad King authored
-
Brad King authored
Merge-request: !3446
-
Brad King authored
22e65d10 find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3446
-
Brad King authored
Merge-request: !3442
-
Brad King authored
d63398d3 fileapi: Suppress lint warning about non-move with old jsoncpp Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3442
-
Kitware Robot authored
-
- 16 Jun, 2019 1 commit
-
-
Kitware Robot authored
-
- 15 Jun, 2019 1 commit
-
-
Kitware Robot authored
-
- 14 Jun, 2019 2 commits
-
-
Jean-Christophe Fillion-Robin authored
-
Kitware Robot authored
-
- 13 Jun, 2019 7 commits
-
-
Cristian Adam authored
Fixes: #19361
-
Dennis Klein authored
-
Dennis Klein authored
On some platforms, e.g. most ELF-based ones, RPATHs may contain keywords that match CMake's variable syntax. To prevent them from being falsely substituted when running the cmake_install.cmake script CMake syntax needs to be escaped.
-
Dennis Klein authored
Escape coincidental CMake syntax in RPATH entries when generating the intermediary cmake_install.cmake script. Fixes #19225
-
Craig Scott authored
-
Craig Scott authored
Merge-request: !3441
-
Craig Scott authored
c1d6b135 cmake-gui: Update Qt copyright holder in About dialog Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3441
-