summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'install-name-dir-genex'Brad King2019-11-066-17/+39
|\ | | | | | | | | | | | | | | | | | | a0e2e0ca97 Help: Add documentation and release notes for INSTALL_NAME_DIR genex deeab72aae Tests: Add tests for INSTALL_NAME_DIR 3c85f11fed INSTALL_NAME_DIR: Add support for generator expressions 2ec1156b80 Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3989
| * INSTALL_NAME_DIR: Add support for generator expressionsKyle Edwards2019-11-044-8/+21
| |
| * Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix()Kyle Edwards2019-11-013-9/+18
| |
* | Merge topic 'ccmake_colored_values'Brad King2019-11-0610-15/+131
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | d5d5ba3f7f ccmake: Identify the current cache entry 005aba29a1 ccmake: Improve display of the key controls 93b66735ac ccmake: Use type-based colors to display cache values Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3955
| * | ccmake: Identify the current cache entrySylvain Joubert2019-11-041-0/+9
| | |
| * | ccmake: Improve display of the key controlsSylvain Joubert2019-11-042-9/+9
| | | | | | | | | | | | Reduce space usage and add the key to display the output
| * | ccmake: Use type-based colors to display cache valuesSylvain Joubert2019-11-048-6/+113
| | | | | | | | | | | | | | | The colors are based on the entry type (or value for booleans), paths and filepaths sharing the same color.
* | | Merge topic 'cpack-nsis-welcome-finish-title'Brad King2019-11-061-6/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 68b5af65fa CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3980
| * | | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 linesJohnny Jazeix2019-11-051-6/+31
| | | | | | | | | | | | | | | | Fixes: #11275
* | | | Merge topic 'xcode-restore-CMakeLists'Brad King2019-11-061-10/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ce8a5c08d Xcode: Fix generated references to CMakeLists.txt files 9457c95aa0 cmGlobalXCodeGenerator: Mark known source locations Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3999
| * | | | Xcode: Fix generated references to CMakeLists.txt filesBrad King2019-11-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring in commit 2d888e3390 (cmSourceFile: Rename mutating GetFullPath() overload, 2019-08-29, v3.16.0-rc1~160^2) accidentally left the paths to `CMakeLists.txt` files empty in generated Xcode project files. Fixes: #19927
| * | | | cmGlobalXCodeGenerator: Mark known source locationsBrad King2019-11-051-4/+8
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2019-11-061-1/+1
| | | | |
* | | | | Merge topic 'source_group-tree'Brad King2019-11-051-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c0ca5a9d9 source_group: ensure that passed file is not a directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3979
| * | | | | source_group: ensure that passed file is not a directoryMateusz Janek2019-11-041-3/+11
| |/ / / / | | | | | | | | | | | | | | | Fixes: #19769
* | | | | Merge topic 'objc-pch'Brad King2019-11-052-7/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e331367a89 PCH: Add support for OBJC/OBJCXX languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3983
| * | | | | PCH: Add support for OBJC/OBJCXX languagesCristian Adam2019-11-032-7/+29
| |/ / / /
* | | | | Merge topic 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH'Brad King2019-11-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd05ef429a Help: Fix inaccuracies in INSTALL_REMOVE_ENVIRONMENT_RPATH docs ac8de0dbcf RPATH: Remove stray indent in generated file(RPATH_CHANGE) command Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3985
| * | | | | RPATH: Remove stray indent in generated file(RPATH_CHANGE) commandCraig Scott2019-11-041-1/+1
| |/ / / /
* | | | | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY'Craig Scott2019-11-051-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55df3954d3 find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3968
| * | | | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-041-1/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the change from commit 1d00ba9ccf (Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY, 2018-11-13, v3.16.0-rc1~461^2~1) to cover the system package registry too. Fixes: #19890
* | | | | CMake Nightly Date StampKitware Robot2019-11-051-1/+1
| | | | |
* | | | | Merge topic 'message-check-types'Craig Scott2019-11-048-39/+160
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b2dd9dedc Refactor: Use added message types in various modules 949a1e120a message: New message types to mark checks performed by CMake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3689
| * | | | Refactor: Use added message types in various modulesAlex Turbov2019-11-026-15/+47
| | | | | | | | | | | | | | | | | | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
| * | | | message: New message types to mark checks performed by CMakeAlex Turbov2019-11-022-24/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #19638. Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* | | | | Merge topic 'cpack_absolute_package_directory'Brad King2019-11-041-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63c0bc9292 CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3946
| * | | | | CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute pathJohnny Jazeix2019-11-011-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #18133, #19412
* | | | | | Merge topic 'root-dir-assertion-fix'Brad King2019-11-041-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0692eaf0fe ForceToRelativePath: Fix spurious assertion when local path is root dir Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3976
| * | | | | | ForceToRelativePath: Fix spurious assertion when local path is root dirCraig Scott2019-11-021-2/+7
| | |_|/ / / | |/| | | | | | | | | | Fixes: #19909
| * | | | | CMake 3.16.0-rc3v3.16.0-rc3Brad King2019-10-311-1/+1
| | | | | |
| * | | | | Merge branch 'autogen_windows_search_fix' into release-3.16Brad King2019-10-311-5/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !3962
| * \ \ \ \ \ Merge branch 'project-version-buffer-overflow' into release-3.16Craig Scott2019-10-281-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Merge-request: !3948
* | | | | | | | CMake Nightly Date StampKitware Robot2019-11-041-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-11-031-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-11-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'ctest-repeat-until-pass'Brad King2019-11-016-24/+93
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39ac8b4eb5 ctest: Add --repeat-after-timeout option 80c2c9d14c ctest: Add --repeat-until-pass option 0187e52244 cmCTestRunTest: Use inline member initializers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3960
| * | | | | | ctest: Add --repeat-after-timeout optionBrad King2019-10-294-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
| * | | | | | ctest: Add --repeat-until-pass optionBrad King2019-10-296-19/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to re-run tests if they fail. This will help tolerate sporadic failures. Issue: #17010 Co-Author: Ben Boeckel <ben.boeckel@kitware.com> Co-Author: Chuck Atkins <chuck.atkins@kitware.com>
| * | | | | | cmCTestRunTest: Use inline member initializersBrad King2019-10-292-6/+3
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-11-011-1/+1
| | | | | | |
* | | | | | | Merge topic 'autogen_windows_search_fix'Brad King2019-10-311-5/+3
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90d643c312 Autogen: Fix ambiguity in header file detection on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3962
| * | | | | | Autogen: Fix ambiguity in header file detection on WindowsSebastian Holtermann2019-10-301-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows, `CollapseFullPath` called with a path that ends with a dot might return a file with the same base name but any extension. To make sure we get only the file with the requested header extension, pass the complete file name to `CollapseFullPath`. Fixes: #19892
* | | | | | | Merge topic 'update-kwsys'Brad King2019-10-313-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5ddcaae77c Merge branch 'upstream-KWSys' into update-kwsys fe6725a1f7 KWSys 2019-10-30 (43131a7c) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3963
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-10-303-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2019-10-30 (43131a7c)
* | | | | | | | CMake Nightly Date StampKitware Robot2019-10-311-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'scanbuild-fixes'Brad King2019-10-301-2/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe5ba71bd0 Tests: Suppress clang scan-build warning in UTF8 test 3cf71e8c7d cmLocalGenerator: Drop unused initializer in AddUnityBuild Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3958
| * | | | | | | cmLocalGenerator: Drop unused initializer in AddUnityBuildBrad King2019-10-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a warning from clang-scanbuild: warning: Value stored to 'chunk' during its initialization is never read for (size_t itemsLeft = filtered_sources.size(), chunk = batchSize, ^~~~~ ~~~~~~~~~ Simply remove the initializer.
* | | | | | | | CMake Nightly Date StampKitware Robot2019-10-301-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'ccmake_progress_bar_and_log_display'Brad King2019-10-294-52/+100
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2086da1713 ccmake: Add output and progress bar release note 66d969fcc4 ccmake: Don't overwrite the last character of the title 1d0e557aed ccmake: Display output during configure and generate c168e789df ccmake: Use the error display for all the logs 3300070cc2 ccmake: Display an ASCII progress bar in the status bar Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3942
| * | | | | | | ccmake: Don't overwrite the last character of the titleSylvain Joubert2019-10-252-7/+7
| | | | | | | |