summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Deprecate compatibility with CMake versions older than 2.8.12Brad King2020-06-181-0/+5
| * | | | | | Merge topic 'FindSDL-update'Brad King2020-06-191-0/+11
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDLFrédéric Simonis2020-06-181-0/+11
| * | | | | | Merge topic 'doc-3.18-fixups'Brad King2020-06-181-2/+5
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'doc-relnotes'Brad King2020-06-171-8/+8
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'cuda_clang_limitations'Brad King2020-06-171-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cpack-pre-and-post-scripts'Brad King2020-06-161-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | CPack: Introduce pre- and post- build actionsAlex Turbov2020-06-151-0/+5
| * | | | | | | | find_program: Find programs that are executable but not readableBrad King2020-06-151-0/+5
| |/ / / / / / /
| * | | | | | | Merge topic 'cuda_clang_toolkit_path'Brad King2020-06-151-0/+8
| |\ \ \ \ \ \ \
| * | | | | | | | Add deprecation warnings for policies CMP0072 and belowBrad King2020-06-121-0/+8
| * | | | | | | | Merge topic 'cmake-gui-qt5-only'Brad King2020-06-121-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | QtDialog: remove Qt4 supportBen Boeckel2020-06-051-0/+5
| * | | | | | | | | CPack External: Introduce `CPACK_EXTERNAL_BUILT_PACKAGES`Alex Turbov2020-06-051-0/+4
| |/ / / / / / / /
| * | | | | | | | Begin post-3.18 developmentBrad King2020-06-052-0/+9
* | | | | | | | | Help: Update FileAPI codemodel version to 2.1, add release notesKyle Edwards2020-06-301-0/+6
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Help: Add CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE to release notesCraig Scott2020-06-241-1/+3
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Help: Explicitly say transaction, don't abbreviate to transCraig Scott2020-06-181-2/+2
* | | | | | | Help: Add missing PCH_WARN_INVALID docs and related cleanupsCraig Scott2020-06-181-0/+3
| |_|_|/ / / |/| | | | |
* | | | | | Help: Fix order of FindCUDAToolkit entry in 3.18 release notesBrad King2020-06-171-8/+8
| |_|/ / / |/| | | |
* | | | | Help: Mention CUDA Clang limitations in 3.18 release notesRaul Tambre2020-06-161-1/+2
| |/ / / |/| | |
* | | | CUDA: Determine CUDA toolkit location for NVCCRaul Tambre2020-06-121-3/+7
* | | | FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOTRaul Tambre2020-06-121-0/+4
|/ / /
* | | Help: Drop development topic notes to prepare releaseBrad King2020-06-052-9/+0
* | | Help: Organize and revise 3.18 release notesBrad King2020-06-031-169/+211
* | | Help: Consolidate 3.18 release notesBrad King2020-06-0362-370/+259
* | | add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-0/+6
* | | Merge topic 'target_link_libraries-self-link-is-an-error'Brad King2020-06-021-0/+5
|\ \ \
| * | | target_link_libraries: self-link through ALIAS is an errorMarc Chevrier2020-05-301-0/+5
* | | | ExternalProject: Add missing release note for git update strategyCraig Scott2020-05-291-0/+9
|/ / /
* | | ALIAS target: cannot overwrite an existing targetMarc Chevrier2020-05-281-0/+5
* | | Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* | | CheckLinkerFlag: Add module to check validity of linker flagsMarc Chevrier2020-05-251-0/+5
* | | Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+6
|\ \ \
| * | | Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+6
* | | | Merge topic 'cmake_language-rename-from-cmake_command'Craig Scott2020-05-222-6/+6
|\ \ \ \
| * | | | cmake_language: Rename command from cmake_commandBrad King2020-05-212-6/+6
* | | | | Merge topic 'multi-ninja-pch-msvc'Brad King2020-05-211-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Multi-Ninja: Fix PCHs for Visual C++Cristian Adam2020-05-201-0/+4
* | | | | Merge topic 'ctest-log-environment'Brad King2020-05-201-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CTest: Log environment variables as a test measurementKyle Edwards2020-05-191-0/+8
* | | | | Merge topic 'fetchcontent-SOURCE_SUBDIR'Brad King2020-05-181-0/+6
|\ \ \ \ \
| * | | | | FetchContent: Add support for SOURCE_SUBDIRCraig Scott2020-05-161-0/+6
| |/ / / /
* | | | | CUDA: Add support for Clang compilerRaul Tambre2020-05-151-0/+4
|/ / / /
* | | | Merge topic 'backport-3.16-FindPkgConfig-isystem'Brad King2020-05-151-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fixBrad King2020-05-151-0/+6
* | | | Merge topic 'source_file_scopes'Brad King2020-05-151-0/+15
|\ \ \ \
| * | | | set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-0/+15
* | | | | Merge topic 'objc-env-vars'Brad King2020-05-152-0/+11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Add 3.17.3 release note for Objective C/C++ compiler selectionBrad King2020-05-141-0/+4