summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-153-0/+91
|\
| * ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-143-0/+91
* | Merge branch 'release-3.17' into masterBrad King2020-09-151-0/+9
|\ \
| * | Help: Add 3.17.5 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-09-151-0/+9
| * | Merge branch 'backport-3.16-automoc-path-prefix-off'Brad King2020-09-151-5/+11
| |\ \
* | \ \ Merge branch 'release-3.16' into masterBrad King2020-09-151-5/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Add 3.16.9 release note about AUTOMOC_PATH_PREFIX default changeJoerg Bornemann2020-09-151-5/+11
* | | | Merge topic 'cuda_clang_scattered_cross'Brad King2020-09-151-0/+5
|\ \ \ \
| * | | | CUDA: Support scattered installations when crosscompiling with ClangRaul Tambre2020-09-141-0/+5
| | |_|/ | |/| |
* | | | Merge topic 'import-export-doc'Brad King2020-09-1423-0/+1142
|\ \ \ \ | |/ / / |/| | |
| * | | Help: Add Importing and Exporting GuideBetsy McPhail2020-09-1123-0/+1142
* | | | Merge topic 'pch-instantiate-templates'Brad King2020-09-105-0/+29
|\ \ \ \
| * | | | PCH: Template instantiation supportTobias Hieta2020-09-025-0/+29
* | | | | Help: add_library(<name> OBJECT) can omit the source filesDeniz Bahadir2020-09-101-2/+2
| |/ / / |/| | |
* | | | Merge topic 'custom-command-dedup'Brad King2020-09-103-0/+49
|\ \ \ \
| * | | | Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-083-0/+49
* | | | | file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-083-2/+22
|/ / / /
* | | | Merge topic 'ispc_improvements'Brad King2020-09-086-2/+34
|\ \ \ \
| * | | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-044-0/+32
| * | | | ISPC: Add compiler launcher supportRobert Maynard2020-09-032-2/+2
* | | | | Help: Fix typo in cmake_path(CMAKE_PATH) command signatureBrad King2020-09-081-1/+1
* | | | | cmake_path command: path managementMarc Chevrier2020-09-065-0/+667
* | | | | Help: Add note about #pragma onceKyle Edwards2020-09-031-0/+3
|/ / / /
* | | | Merge topic 'target_genex_dependency'Brad King2020-09-017-11/+114
|\ \ \ \
| * | | | GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-017-11/+114
* | | | | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-015-0/+70
|\ \ \ \ \
| * | | | | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-315-0/+70
| |/ / / /
* | | | | Merge topic 'cuda_host_compiler_fail'Brad King2020-09-011-0/+6
|\ \ \ \ \
| * | | | | CUDA: Fail fast if CMAKE_CUDA_ARCHITECTURES doesn't work during detectionRaul Tambre2020-08-291-1/+2
| * | | | | CUDA: Fail if compiler detection using the host compiler failsRaul Tambre2020-08-291-0/+5
| |/ / / /
* | | | | Merge topic 'file_chmod'Brad King2020-09-012-0/+52
|\ \ \ \ \
| * | | | | file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-262-0/+52
* | | | | | Merge topic 'ispc_lang_support'Brad King2020-09-0112-3/+84
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ISPC: Update help documentation to include ISPCRobert Maynard2020-08-289-5/+62
| * | | | | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-284-0/+24
* | | | | | Help: Reference CMAKE_CUDA_COMPILER_ID not CMAKE_CUDA_COMPILERRaul Tambre2020-08-291-6/+6
| |_|/ / / |/| | | |
* | | | | Merge topic 'vs-win-sdk-custom-max'Brad King2020-08-265-0/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | VS: Add option for custom Win10 SDK version maximumjonathan molinatto2020-08-255-0/+39
* | | | | Merge topic 'osx_asm_architectures'Brad King2020-08-251-0/+5
|\ \ \ \ \
| * | | | | macOS: Respect OSX_ARCHITECTURES for ASMRaul Tambre2020-08-221-0/+5
| |/ / / /
* | | | | Merge topic 'win32-executable-genex'Brad King2020-08-252-0/+9
|\ \ \ \ \
| * | | | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-212-0/+9
| |/ / / /
* | | | | Merge topic 'file_generate_target'Brad King2020-08-252-1/+10
|\ \ \ \ \
| * | | | | file(GENERATE): Add TARGET argumentRaul Tambre2020-08-202-1/+10
| |/ / / /
* | | | | Merge topic 'unk_imported_location'Brad King2020-08-253-0/+26
|\ \ \ \ \
| * | | | | cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-213-0/+26
| |/ / / /
* | | | | Merge topic 'msvc_static_assert'Brad King2020-08-251-3/+10
|\ \ \ \ \
| * | | | | MSVC: Record support for c_static_assertRaul Tambre2020-08-201-3/+10
* | | | | | Help: Separate C++ compile feature by standardFrancisco Pombal2020-08-231-55/+87
| |/ / / / |/| | | |
* | | | | Help/dev: Update CMake Review Process document to suggest 'git describe'Brad King2020-08-201-0/+1