Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'android-pie-cmp0083' | Brad King | 2019-06-19 | 2 | -0/+26 |
|\ | |||||
| * | Android: ensure PIE behavior is consistent regardless CMP0083 policy | Marc Chevrier | 2019-06-19 | 2 | -0/+26 |
* | | Merge branch 'release-3.15' | Brad King | 2019-06-19 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge branch 'FindMPI-imported-link-flags' into release-3.15 | Brad King | 2019-06-19 | 1 | -1/+3 |
| |\ \ | |||||
* | \ \ | Merge topic 'FindMPI-imported-link-flags' | Brad King | 2019-06-19 | 1 | -1/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | FindMPI: Store imported target link flags as a list instead of a string | Robert Maynard | 2019-06-19 | 1 | -1/+3 |
* | | | | Merge topic 'generated_export_remove_duplicate_required_cmake_lines' | Brad King | 2019-06-19 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Export: A singular CMake version written for interface targets | Robert Maynard | 2019-06-17 | 1 | -3/+6 |
* | | | | | Merge topic 'FindCUDA-more-libs' | Brad King | 2019-06-19 | 1 | -0/+12 |
|\ \ \ \ \ | |||||
| * | | | | | FindCUDA: Add nvToolsExt and OpenCL libraries | Eyal Rozenberg | 2019-06-18 | 1 | -0/+12 |
* | | | | | | Merge branch 'release-3.15' | Brad King | 2019-06-19 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge branch 'FindBoost-component' into release-3.15 | Brad King | 2019-06-18 | 28 | -5/+576 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'FindBoost-component' | Brad King | 2019-06-19 | 28 | -5/+576 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | FindBoost: Add tests for legacy variables | Alexander Grund | 2019-06-18 | 25 | -0/+415 |
| * | | | | | | FindBoost: Add legacy variables and targets for compatibility | Alexander Grund | 2019-06-18 | 1 | -0/+150 |
| * | | | | | | FindBoost: Don't overwrite Boost_${_comp}_FOUND | Alexander Grund | 2019-06-18 | 1 | -5/+7 |
| * | | | | | | Tests.RunCMake.FindBoost: Fix example BoostConfig | Alexander Grund | 2019-06-18 | 1 | -0/+3 |
| * | | | | | | Tests.FindBoost: Don't use BoostConfig in MODULE test | Alexander Grund | 2019-06-18 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-19 | 1 | -1/+1 |
* | | | | | | Merge topic 'cxx_lambda_init_captures_document_why_not_supported_on_gcc48' | Brad King | 2019-06-18 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CompileFeatures: document why lambda_init_captures requires GCC 4.9 | Robert Maynard | 2019-06-17 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge topic 'implicit_lapack_library' | Brad King | 2019-06-18 | 1 | -5/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindLAPACK: Test for implicitly linked LAPACK libraries | Jakub Benda | 2019-06-17 | 1 | -5/+17 |
* | | | | | | | Merge topic 'library-search-paths' | Brad King | 2019-06-18 | 1 | -7/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Swift: Add library search paths for dependencies | Saleem Abdulrasool | 2019-06-17 | 1 | -7/+27 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-06-18 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Merge branch 'doc-project-include' into release-3.15 | Brad King | 2019-06-18 | 3 | -9/+19 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'doc-project-include' | Brad King | 2019-06-18 | 3 | -9/+19 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Help: Document what project() calls use CMAKE_PROJECT_INCLUDE and friends | Brad King | 2019-06-17 | 3 | -9/+19 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'tutorial-fix-version' | Brad King | 2019-06-18 | 12 | -12/+12 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests/Tutorial: Fix version displayed in tutorial executable | Jean-Christophe Fillion-Robin | 2019-06-14 | 12 | -12/+12 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-18 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'escape-install-rpath' | Kyle Edwards | 2019-06-17 | 17 | -17/+363 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmInstallTargetGenerator: Add tests for the RPATH_CHANGE rule | Dennis Klein | 2019-06-13 | 8 | -1/+243 |
| * | | | | | | | cmInstallTargetGenerator: Escape generated OLD_RPATH argument | Dennis Klein | 2019-06-13 | 1 | -2/+3 |
| * | | | | | | | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 9 | -16/+119 |
* | | | | | | | | Merge topic 'cmDefinitions_avoid_string_copy' | Brad King | 2019-06-17 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmDefinitions: Avoid string copy when setting a definition | Sebastian Holtermann | 2019-06-13 | 1 | -2/+1 |
* | | | | | | | | | Merge topic 'cpack-deb-soname' | Brad King | 2019-06-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CPack: Fix SONAME regex in DEB generator | Kyle Edwards | 2019-06-12 | 1 | -1/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-06-17 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15 | Brad King | 2019-06-17 | 1 | -1/+15 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'FindBLAS-OpenBLAS-thread' | Brad King | 2019-06-17 | 1 | -1/+15 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | FindBLAS: Add second try for OpenBLAS with thread libraries. | Alexander Neumann | 2019-06-17 | 1 | -1/+15 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-06-17 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'find_package_prefer_config_fix' into release-3.15 | Brad King | 2019-06-17 | 4 | -5/+38 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'capabilities-fileapi' into release-3.15 | Brad King | 2019-06-17 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'find_package_prefer_config_fix' | Brad King | 2019-06-17 | 4 | -5/+38 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback | Cristian Adam | 2019-06-13 | 4 | -5/+38 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge topic 'capabilities-fileapi' | Brad King | 2019-06-17 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | |