summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-08-302-18/+36
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fileapi-CMP0037-OLD' into release-3.15Brad King2019-08-301-0/+6
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'FindBoost-1.71'Brad King2019-09-032-18/+36
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | FindBoost: Add support for Boost 1.71Brad King2019-08-301-2/+2
| * | | | | | | | | | FindBoost: Unwrap compatibility INTERFACE targets for legacy variablesBrad King2019-08-302-0/+20
| * | | | | | | | | | FindBoost: Remove incorrect 1.70 timer dependencyBrad King2019-08-301-1/+1
| * | | | | | | | | | FindBoost: Simplify conditional block for last known versionBrad King2019-08-301-16/+14
* | | | | | | | | | | Merge topic 'fileapi-CMP0037-OLD'Brad King2019-09-031-0/+6
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | fileapi: Fix codemodel v2 target file name for CMP0037 OLD behaviorBrad King2019-08-301-0/+6
| |/ / / / / / / / /
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-031-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-021-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-011-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-311-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge topic 'doc-contrib-topic-name'Brad King2019-08-301-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | CONTRIBUTING: Clarify creation of topic branch from target branchBrad King2019-08-301-2/+3
|/ / / / / / / /
* | | | | | | | Merge topic 'rel-nightly-test'Brad King2019-08-301-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Fix nightly binary tests to fail on errorBrad King2019-08-291-1/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'remove_directory-symlink'Brad King2019-08-306-4/+34
|\ \ \ \ \ \ \ \