summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | |
| * | | | cmInstallTargetGenerator: Introduce CMP0095Dennis Klein2019-06-133-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Escape coincidental CMake syntax in RPATH entries when generating the intermediary cmake_install.cmake script. Fixes #19225
* | | | | Merge topic 'find_package_prefer_config_fix'Brad King2019-06-172-0/+14
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | 22e65d10c1 find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3446
| * | | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-132-0/+14
| | |/ / | |/| | | | | | | | | | Fixes: #19361
* | | | Merge topic 'add-test-command-expand-lists'Brad King2019-06-1217-0/+107
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e791ffac61 add_test: Add COMMAND_EXPAND_LISTS option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3422
| * | | | add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-0717-0/+107
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a `COMMAND_EXPAND_LISTS` option to the `add_test` command to cause `;`-separated lists produced by generator expressions to be expanded into multiple arguments. The `add_custom_command` command already has such an option. Fixes: #17284
* | | | Merge topic 'capabilities-fileapi'Brad King2019-06-121-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | | | c932f49842 cmake: Teach -E capabilities to report supported fileapi requests 6696855f72 cmake: Simplify implementation of -E capabilities 6b815e58ba fileapi: Factor out helper to construct a version object Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3433
| * | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-071-1/+1
| |/ | | | | | | Fixes: #19339
* | file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-1054-1/+1345
|/ | | | Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
* Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLEBrad King2019-06-042-2/+4
| | | | | | | Fix the test case added by commit 95db11fdb1 (ctest: Include ChangeId in Update.xml, 2019-04-23) to work in a release branch of CMake. The `GIT_EXECUTABLE` value is not set before we add this test in release branch builds.
* Merge topic 'emulator-arguments'Brad King2019-06-047-3/+67
|\ | | | | | | | | | | | | fec441ec17 Teach CROSSCOMPILING_EMULATOR to support arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3402
| * Teach CROSSCOMPILING_EMULATOR to support argumentsMarek Antoniak2019-06-037-3/+67
| | | | | | | | Fixes: #19321
* | Merge topic 'remove_directories'Brad King2019-06-0412-6/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 07a80c7002 cmake: Teach -E remove_directory to remove multiple directories 013bee698e Tests: Add RunCMake.CommandLine make_directory test checks 3eb16de327 Tests: Fix RunCMake.CommandLine make_directory test name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3411
| * | cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-038-5/+24
| | | | | | | | | | | | | | | The `make_directory` command can make multiple directories in a single invocation. Make `remove_directory` mirror that behavior.
| * | Tests: Add RunCMake.CommandLine make_directory test checksJohn Freeman2019-06-032-0/+9
| | |
| * | Tests: Fix RunCMake.CommandLine make_directory test nameJohn Freeman2019-06-033-1/+1
| |/
* | Merge topic 'executables-are-consoled'Brad King2019-06-045-1/+12
|\ \ | | | | | | | | | | | | | | | | | | b06f4c8a74 Swift: disallow WIN32_EXECUTABLE properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3410
| * | Swift: disallow WIN32_EXECUTABLE propertiesSaleem Abdulrasool2019-06-035-1/+12
| |/ | | | | | | | | | | | | | | | | | | | | Currently, the compiler does not synthesize the correct entry point for the application and passing the subsystem flag does not work the same way with the Swift linker language. Add a check to prevent the application of `WIN32_EXECUTABLE` to Swift executables until they can be properly supported. This will prevent the need for a future policy change. Closes: #19325
* | Merge topic 'compiler_id_gen_exp_supports_multiple_ids'Brad King2019-06-0410-7/+72
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 162555d7ec Help: Add release notes for updated generator expressions 808b818063 Genex: CompileLang and CompileLangAndId now match against a list of ids 9fd602bfd3 Genex: PlatformId now can match against a list of ids. ec66af2026 Genex: CompilerId now can match against a list of ids. 2d4787fc4d Genex: Add more extensive support for an unbounded number of parameters Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3405
| * | Genex: CompileLang and CompileLangAndId now match against a list of idsRobert Maynard2019-06-037-4/+24
| | | | | | | | | | | | | | | | | | This allows for expressions such as: $<COMPILE_LANG_AND_ID, CXX, GNU, Clang>
| * | Genex: PlatformId now can match against a list of ids.Robert Maynard2019-06-032-0/+6
| | |