summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* CPackComponentsDEB test: simplify if() argumentsRolf Eike Beer2019-07-059-43/+43
|
* CPackComponentsDEB test: simplify package version generationRolf Eike Beer2019-07-059-18/+14
|
* Merge topic 'deprecate-policy-old'Brad King2019-07-021-0/+11
|\ | | | | | | | | | | | | cf821ff3c4 Add deprecation warnings for policies CMP0067 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3502
| * Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-0/+11
| | | | | | | | | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.8 and below to encourage projects to port away from setting policies to OLD.
* | Merge topic 'double-export-error-message'Brad King2019-07-027-0/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | 27d6e51ae9 Tests: add tests for export set error messages 49cfd39007 cmExportBuildFileGenerator: improve error message Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3486
| * | Tests: add tests for export set error messagesBen Boeckel2019-06-277-0/+34
| | |
* | | Merge topic 'qt-5.13'Brad King2019-07-021-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 963ddafeaa QtDialog: Use QPalette::WindowText instead of QPalette::Foreground 1a2d6bdefc Tests: Autogen: Use valid rcc compression levels Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3500
| * | | Tests: Autogen: Use valid rcc compression levelsSebastian Holtermann2019-07-011-4/+4
| | | | | | | | | | | | | | | | | | | | Avoid the invalid compression level 0 when invoking rcc. It let's rcc fail with an error since Qt 5.13.
* | | | Merge topic 'cuda-no-device-link-when-disabled'Brad King2019-07-024-0/+29
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | a4d502a5bf CUDA: Do not device link if CUDA is not an enabled language Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3491
| * | | CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-0/+29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks added in commit 81b4d10d8f (CUDA: More exhaustive checks to determine when to do device linking, 2019-05-09, v3.15.0-rc1~82^2) assumed that CUDA properties would be set only if CUDA is enabled. We cannot do a device link step if we do not have the CUDA language enabled. This was discovered as some projects unconditionally set CUDA properties such as `CUDA_RESOLVE_DEVICE_SYMBOLS` even when the CUDA language has not been enabled. Fixes: #19432
* | | Merge topic 'FindMatlab-EXCLUDE_FROM_ALL'Brad King2019-07-012-0/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 11e0009b77 FindMatlab: EXCLUDE_FROM_ALL parameter to matlab_add_mex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3474
| * | | FindMatlab: EXCLUDE_FROM_ALL parameter to matlab_add_mexRaffi Enficiaud2019-06-262-0/+25
| | |/ | |/| | | | | | | Enabling a mex target to be excluded from the `all` target.
* | | Merge topic 'bug/19436'Craig Scott2019-07-011-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 822abf1265 list(POP_FRONT): Fix always assigning first item to output vars Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3497
| * | | list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-0/+13
| | |/ | |/| | | | | | | Fixes: #19436
| * | Merge branch 'cuda-msvc-runtime-library' into release-3.15Brad King2019-06-263-0/+9
| |\ \ | | | | | | | | | | | | Merge-request: !3485
| * \ \ Merge branch 'export-targets-empty' into release-3.15Brad King2019-06-262-0/+2
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !3484
* | \ \ \ Merge topic 'vs-dpi-aware'Brad King2019-06-276-0/+74
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd92f8f8bf VS: Add VS_DPI_AWARE target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3418
| * | | | | VS: Add VS_DPI_AWARE target propertyMatt Weir2019-06-266-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables setting the visual studio project property for Manifests, controlling the DPI Aware setting.
* | | | | | Merge topic 'cuda-msvc-runtime-library'Brad King2019-06-273-0/+9
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | 8fbd25772f CUDA: Implement MSVC runtime library abstraction 07807a2006 VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookup Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3485
| * | | | CUDA: Implement MSVC runtime library abstractionBrad King2019-06-263-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit fb3370b6a1 (MSVC: Add abstraction for runtime library selection, 2019-04-10, v3.15.0-rc1~229^2) we overlooked updating flags for CUDA on Windows, where nvcc uses MSVC as the host compiler. Add them now and update the MSVCRuntimeLibrary test to cover CUDA. Fixes: #19428
* | | | | Merge topic 'build-install-rpath-genex'Brad King2019-06-263-20/+50
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d29ed8a114 BUILD_RPATH/INSTALL_RPATH: Add generator expression support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3481
| * | | | | BUILD_RPATH/INSTALL_RPATH: Add generator expression supportKyle Edwards2019-06-253-20/+50
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #19423
* | | | | | Merge topic 'find-testlist'Brad King2019-06-261-167/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f68492912c Tests: reduce code duplication for CMake_TEST_Find* Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3471
| * | | | | | Tests: reduce code duplication for CMake_TEST_Find*Rolf Eike Beer2019-06-241-167/+49
| | | | | | |
* | | | | | | Merge topic 'export-targets-empty'Brad King2019-06-262-0/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ba5c37b3f export: Restore support for empty TARGETS list Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3484
| * | | | | | export: Restore support for empty TARGETS listBrad King2019-06-252-0/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring in commit f5acecaa6f (cmExportCommand: Port to cmArgumentParser, 2019-03-23, v3.15.0-rc1~270^2~3) broke the `export` command's support for specifying `TARGETS` with no entries. Fix it and add a test case. Fixes: #19415
* | | | | | Merge topic 'iconv-c++11'Brad King2019-06-261-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | | | | | | | | | | | | 736f38ff34 FindIconv test: request C++11 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3469
| * | | | FindIconv test: request C++11Rolf Eike Beer2019-06-251-0/+2
| |/ / /
| * | | Merge branch 'FindBoost-component' into release-3.15Brad King2019-06-1827-0/+419
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !3438
| * \ \ \ Merge branch 'find_package_prefer_config_fix' into release-3.15Brad King2019-06-172-0/+14
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !3446
* | \ \ \ \ Merge topic 'matlab-if'Brad King2019-06-251-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 56e89e50d3 FindMatlab: simplify several if()-constructs 51bcdeb17f Tests: simplify checks for Matlab variables being set Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3472
| * | | | | | Tests: simplify checks for Matlab variables being setRolf Eike Beer2019-06-241-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindPython-FIND_ABI'Brad King2019-06-253-1/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9201908ca5 FindPython: add Python_FIND_ABI hint. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3463
| * | | | | | FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-243-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This variable will enable to specify will ABIs will be searched.
* | | | | | | Merge topic 'help-guide-tutorial'Brad King2019-06-25124-3535/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8ab8563533 Help: Add tutorial guide table of contents 0a6c9c417a Help: Update tutorial to include text from CMake book eef3e020c2 Help: Populate tutorial guide text 862cfc0e6c Help/guide/tutorial: Adopt tutorial code d2fde94809 Help: Add infrastructure for guide-level documentation f067af8e38 Tests/Tutorial: Remove trailing blank lines d5a81ef747 Tests/Tutorial: Remove unused file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3439
| * | | | | | Help/guide/tutorial: Adopt tutorial codeKitware Robot2019-06-18123-3523/+2
| | | | | | |
| * | | | | | Tests/Tutorial: Remove trailing blank linesBrad King2019-06-187-7/+0
| | | | | | |
| * | | | | | Tests/Tutorial: Remove unused fileBrad King2019-06-181-5/+0
| | | | | | |
* | | | | | | Merge topic 'vs-ce-deploy'Brad King2019-06-241-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7035bdeb52 VS10Generator: add project properties to enable WindowsCE deployment. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3462
| * | | | | | | VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-191-0/+17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Fixes: #19408
* | | | | | | Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-2123-0/+251
| | | | | | |
* | | | | | | RunCMake: Automatically support platform out override filesRobert Maynard2019-06-2114-18/+52
|/ / / / / /
* | | | | | Merge topic 'FindBoost-component'Brad King2019-06-1927-0/+419
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 830b332f32 FindBoost: Add tests for legacy variables 0dd6772a89 FindBoost: Add legacy variables and targets for compatibility e4181eeaf2 FindBoost: Don't overwrite Boost_${_comp}_FOUND 4cb652e1d3 Tests.RunCMake.FindBoost: Fix example BoostConfig 7251d54bd1 Tests.FindBoost: Don't use BoostConfig in MODULE test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3438
| * | | | FindBoost: Add tests for legacy variablesAlexander Grund2019-06-1825-0/+415
| | | | |
| * | | | Tests.RunCMake.FindBoost: Fix example BoostConfigAlexander Grund2019-06-181-0/+3
| | | | |
| * | | | Tests.FindBoost: Don't use BoostConfig in MODULE testAlexander Grund2019-06-181-0/+1
| | | | |
* | | | | Merge topic 'tutorial-fix-version'Brad King2019-06-1812-12/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 34a7e5ab58 Tests/Tutorial: Fix version displayed in tutorial executable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3448
| * | | | | Tests/Tutorial: Fix version displayed in tutorial executableJean-Christophe Fillion-Robin2019-06-1412-12/+12
| |/ / / /
* | | | | Merge topic 'escape-install-rpath'Kyle Edwards2019-06-1711-6/+251
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4caefbb423 cmInstallTargetGenerator: Add tests for the RPATH_CHANGE rule 749ce48eb5 cmInstallTargetGenerator: Escape generated OLD_RPATH argument 9e84c7c5e8 cmInstallTargetGenerator: Introduce CMP0095 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3383
| * | | | | cmInstallTargetGenerator: Add tests for the RPATH_CHANGE ruleDennis Klein2019-06-138-1/+243
| | | | | |