summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'system-includes-for-clang-on-windows'Brad King2020-09-171-0/+5
|\
| * Clang: use -imsvc for system include dirs when running on WindowsAndrew Fuller2020-09-161-0/+5
* | Merge branch 'release-3.18' into masterBrad King2020-09-161-0/+1
|\ \ | |/ |/|
| * Help: Update 3.18.2 release notes to mention 3.16.9 and 3.17.5Brad King2020-09-151-0/+1
| * Merge branch 'release-3.17' into release-3.18Brad King2020-09-151-0/+9
| |\
| * \ Merge branch 'release-3.16' into release-3.18Brad King2020-09-151-5/+11
| |\ \
* | \ \ Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-151-0/+5
|\ \ \ \
| * | | | ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-141-0/+5
* | | | | 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 topic 'backport-3.16-FindPkgConfig-isystem' into release-3.17Brad King2020-05-151-0/+6
| |\ \ \ \
* | \ \ \ \ 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
| | |/ / / | |/| | |
* | | | | CUDA: Support scattered installations when crosscompiling with ClangRaul Tambre2020-09-141-0/+5
| |_|/ / |/| | |
* | | | Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+7
|\ \ \ \
| * | | | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+7
* | | | | Merge topic 'custom-command-dedup'Brad King2020-09-101-0/+5
|\ \ \ \ \
| * | | | | Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-081-0/+5
* | | | | | file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-081-0/+5
|/ / / / /
* | | | | cmake_path command: path managementMarc Chevrier2020-09-061-0/+5
* | | | | Merge topic 'target_genex_dependency'Brad King2020-09-011-0/+17
|\ \ \ \ \
| * | | | | GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-011-0/+17
| |/ / / /
* | | | | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-011-0/+9
|\ \ \ \ \
| * | | | | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-311-0/+9
| |/ / / /
* | | | | 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-011-0/+5
|\ \ \ \ \
| * | | | | file: Add CHMOD and CHMOD_RECURSE subcommandsSibi Siddharthan2020-08-261-0/+5
* | | | | | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ISPC: Update help documentation to include ISPCRobert Maynard2020-08-281-0/+11
* | | | | | Merge topic 'vs-win-sdk-custom-max'Brad King2020-08-261-0/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | VS: Add option for custom Win10 SDK version maximumjonathan molinatto2020-08-251-0/+6
* | | | | | 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-251-0/+5
|\ \ \ \ \ \
| * | | | | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-0/+5
| |/ / / / /
* | | | | | Merge topic 'file_generate_target'Brad King2020-08-251-0/+5
|\ \ \ \ \ \
| * | | | | | file(GENERATE): Add TARGET argumentRaul Tambre2020-08-201-0/+5
| |/ / / / /
* | | | | | Merge topic 'unk_imported_location'Brad King2020-08-251-0/+5
|\ \ \ \ \ \
| * | | | | | cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-211-0/+5
| |/ / / / /
* | | | | | Merge topic 'msvc_static_assert'Brad King2020-08-251-3/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | MSVC: Record support for c_static_assertRaul Tambre2020-08-201-3/+10
* | | | | Merge topic 'cpack-wix-custom-xmlns'Brad King2020-08-191-0/+5
|\ \ \ \ \
| * | | | | CPack/WiX: Add support for custom XML namespacesFritz Elfert2020-08-181-0/+5
* | | | | | Merge topic 'add_test-special-chars-in-name'Brad King2020-08-171-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add_test: Allow special characters in test name (w/ policy CMP0110)Deniz Bahadir2020-08-121-0/+6
* | | | | | Merge topic 'optimize-static-library-deps'Kyle Edwards2020-08-131-0/+7
|\ \ \ \ \ \
| * | | | | | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-121-0/+7