summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0485-182/+177
* Merge branch 'release-3.15'Brad King2019-09-040-0/+0
|\
| * CMake 3.15.3v3.15.3Brad King2019-09-041-1/+1
* | Merge branch 'release-3.15'Brad King2019-09-040-0/+0
|\ \ | |/
| * Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-09-041-9/+15
| |\
* | \ Merge topic 'FindBoost-1.71'Brad King2019-09-041-9/+15
|\ \ \ | | |/ | |/|
| * | FindBoost: Tolerate future Boost INTERFACE librariesBrad King2019-09-041-8/+14
| * | FindBoost: Clarify role of legacy variables in warning messageBrad King2019-09-041-1/+1
* | | Merge topic 'pch-fix-vs-test'Brad King2019-09-041-11/+8
|\ \ \
| * | | Precompile Headers: Fix Visual Studio 10 unit testCristian Adam2019-09-031-11/+8
* | | | Merge topic 'tidy-use-using'Brad King2019-09-0480-162/+164
|\ \ \ \
| * | | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0380-162/+164
* | | | | Merge topic 'fortran-INCLUDE-defines'Brad King2019-09-046-6/+39
|\ \ \ \ \
| * | | | | Ninja: Pass preprocessor definitions when compiling with Intel FortranBrad King2019-09-036-6/+39
| |/ / / /
* | | | | Merge topic 'fix-copy-directory-docs'Brad King2019-09-041-1/+1
|\ \ \ \ \
| * | | | | Help: Fix copy_directory descriptionLeonid Pospelov2019-09-021-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-09-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'lint-updates'Brad King2019-09-0312-16/+29
|\ \ \ \ \
| * | | | | IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-0312-0/+12
| * | | | | cmCTestTestHandler: Re-order includes to follow our conventionBrad King2019-09-031-16/+17
|/ / / / /
* | | | | Merge topic 'FindPython-specify-artifacts-directly'Brad King2019-09-038-847/+1408
|\ \ \ \ \
| * | | | | FindPython: Add capability to specify directly artifactsMarc Chevrier2019-09-028-205/+587
| * | | | | FindPython: Enhance python cache variables management.Marc Chevrier2019-09-021-756/+935
| | |/ / / | |/| | |
* | | | | Merge topic 'xcode11-bundles'Brad King2019-09-033-2/+12
|\ \ \ \ \
| * | | | | Xcode: Make BundleTests compatible with Xcode 11Gregor Jasny2019-09-013-2/+12
* | | | | | Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-037-49/+34
|\ \ \ \ \ \
| * | | | | | cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-307-49/+34
* | | | | | | Merge topic 'rename-mutating-getfullpath-overload'Brad King2019-09-0320-45/+46
|\ \ \ \ \ \ \
| * | | | | | | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-2920-45/+46
| |/ / / / / /
* | | | | | | Merge topic 'clang-ipo-support'Brad King2019-09-0315-23/+170
|\ \ \ \ \ \ \
| * | | | | | | Tests: Remove old IPO testZsolt Parragi2019-08-302-8/+0
| * | | | | | | bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-3011-12/+144
| * | | | | | | Clang: prefer lld-link over link.exeZsolt Parragi2019-08-271-1/+17
| * | | | | | | Clang: add LTO support for GNU-command line clang on windowsZsolt Parragi2019-08-271-2/+9
* | | | | | | | Merge topic 'gtest-1.8.1'Brad King2019-09-032-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | FindGTest: Add support for googletest 1.8.1 folder structureKelby Faessler2019-08-302-0/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'vs-cuda-custom-dir'Brad King2019-09-0316-21/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | cuda: Adapted tests to work with modified cuda toolsetBenjamin Wozniak2019-08-307-7/+23
| * | | | | | | | cuda: Added docs for extended cuda toolsetBenjamin Wozniak2019-08-304-6/+28
| * | | | | | | | cuda: Extend cuda compiler detection to work with custom cuda pathBenjamin Wozniak2019-08-302-2/+9
| * | | | | | | | cuda: Extend vs10 target generator to use custom cuda pathBenjamin Wozniak2019-08-301-4/+25
| * | | | | | | | cuda: Extend toolset argument to accept pathBenjamin Wozniak2019-08-272-2/+61
* | | | | | | | | Merge topic 'FindPkgConfig-module-name'Brad King2019-09-034-0/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPkgConfig: return the module found by pkg_search_moduleChristophe Giboudeaux2019-08-294-0/+42
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-038-24/+84
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-308-20/+82
| * | | | | | | | | Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3
* | | | | | | | | | Merge topic 'xcode11-swift'Brad King2019-09-031-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Xcode: Relax swift compiler detection regex for Xcode 11Gregor Jasny2019-08-301-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release-3.15'Brad King2019-09-030-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |