summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'use_generator_is_multi_config'Brad King2018-01-0839-76/+134
|\ | | | | | | | | | | | | | | 3c413e2a GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Modules c267ea1c GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1627
| * GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-2939-76/+134
| |
* | Merge topic 'execute_process_UTF8_keyword'Brad King2018-01-083-1/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | 8caec41e execute_process: Allow UTF-8 as a synonym for the UTF8 keyword Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1623
| * | execute_process: Allow UTF-8 as a synonym for the UTF8 keywordCraig Scott2017-12-273-1/+3
| |/ | | | | | | | | | | | | | | UTF-8 is the proper naming according to the UTF-8 RFC and is also the name used for a similar keyword in the file() command. This commit brings (backward compatible) consistency to the keyword names and allows the standard UTF-8 name to be used with execute_process(). The old UTF8 keyword is still supported.
* | Merge topic '17431-iphone-deployment-target'Brad King2018-01-087-0/+88
|\ \ | | | | | | | | | | | | | | | | | | | | | 4017bf40 Darwin: Emit deployment target that matches the SDK 8f4663ff Xcode: rename embedded SDK query function Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1447
| * | Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-227-0/+88
| |/ | | | | | | Closes: #17431
* | Merge topic 'various-typos'Craig Scott2018-01-0417-19/+19
|\ \ | | | | | | | | | | | | | | | | | | 3ab7bf82 Various typo fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1626
| * | Various typo fixesLuz Paz2018-01-0317-19/+19
| |/ | | | | | | Some are user-facing. Others are source comments.
* | FindDoxygen: Add DOXYGEN_VERBATIM_VARS for quote preventionCraig Scott2018-01-022-0/+44
|/ | | | | Each CMake variable listed in DOXYGEN_VERBATIM_VARS will not have any automatic quoting applied to it when written to the Doxyfile.
* Merge topic 'FindPkgConfig_search_path_fix'Brad King2017-12-221-0/+61
|\ | | | | | | | | | | | | | | | | 40b95ee8 FindPkgConfig: Fix IMPORTED_TARGET NO...PATH option handling b0ff528a FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properly Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Rolf Eike Beer <eike@sf-mail.de> Merge-request: !1602
| * FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properlyCraig Scott2017-12-161-0/+61
| |
* | Merge topic 'cuda-mixed-cxx-standard'Brad King2017-12-203-0/+25
|\ \ | |/ |/| | | | | | | | | | | 4b7618d1 CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD 1d2d9c18 cmMakefile: Refactor determining a targets C++ standard level Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1590
| * CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARDRobert Maynard2017-12-153-0/+25
| | | | | | | | | | | | | | | | | | | | | | When C++ features require a certain C++/CUDA level, verify or update the standard level target property for each language independently. While at it, add missing rejection of invalid `CUDA_STANDARD` property values. Co-Author: Brad King <brad.king@kitware.com> Fixes: #17519
* | Merge topic 'fix_failing_ResolveDeviceSymbols_test'Brad King2017-12-152-15/+10
|\ \ | | | | | | | | | | | | | | | | | | 81642989 Cuda: ResolveDeviceSymbols now properly execute everywhere. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1593
| * | Cuda: ResolveDeviceSymbols now properly execute everywhere.Robert Maynard2017-12-132-15/+10
| |/ | | | | | | | | | | | | | | | | The previous version had two bugs that caused the JIT runtime errors. 1. It was building the executable without separable compilation enabled 2. All kernel launches will fail if any kernel is missing a symbol, that is why the call to file2_launch_kernel had to be removed
* | Merge topic 'per-source-COMPILE_LANGUAGE-genex-support'Brad King2017-12-148-0/+59
|\ \ | | | | | | | | | | | | | | | | | | 10f58b27 Genex: Per-source $<COMPILE_LANGUAGE:...> support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1575
| * | Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-138-0/+59
| | | | | | | | | | | | Fixes: #17542
* | | Autogen: Tests: Move QtAutoUicInterface test to QtAutogen/UicInterfaceSebastian Holtermann2017-12-1312-65/+7
| | |
* | | Autogen: Tests: Separate RerunRccDepends testSebastian Holtermann2017-12-1317-141/+27
| | |
* | | Autogen: Tests: Separate RerunMocPlugin testSebastian Holtermann2017-12-1325-22/+29
| | |
* | | Autogen: Tests: Separate RerunMocBasic testSebastian Holtermann2017-12-1312-97/+102
| | |
* | | Autogen: Tests: Separate Complex testSebastian Holtermann2017-12-1360-142/+5
| | |
* | | Autogen: Tests: Separate StaticLibraryCycle testSebastian Holtermann2017-12-1311-13/+20
| | |
* | | Autogen: Tests: Separate SameName testSebastian Holtermann2017-12-1326-5/+7
| | |
* | | Autogen: Tests: Separate MacOsFW testSebastian Holtermann2017-12-139-8/+6
| | |
* | | Autogen: Tests: Separate ObjectLibrary testSebastian Holtermann2017-12-139-4/+5
| | |
* | | Autogen: Tests: Separate UicInclude testSebastian Holtermann2017-12-1312-5/+5
| | |
* | | Autogen: Tests: Separate MocCMP0071 testSebastian Holtermann2017-12-1310-12/+11
| | |
* | | Autogen: Tests: Separate MocInclude testSebastian Holtermann2017-12-1352-36/+42
| | |
* | | Autogen: Tests: Separate MocDepends testSebastian Holtermann2017-12-1313-25/+10
| | |
* | | Autogen: Tests: Separate MocMacroName testSebastian Holtermann2017-12-1314-19/+33
| | |
* | | Autogen: Tests: Separate RccSkipSource testSebastian Holtermann2017-12-137-21/+24
| | |
* | | Autogen: Tests: Separate UicSkipSource testSebastian Holtermann2017-12-1314-24/+27
| | |
* | | Autogen: Tests: Separate MocSkipSource testSebastian Holtermann2017-12-1312-39/+43
| | |
* | | Autogen: Tests: Separate RccOffMocLibrary testSebastian Holtermann2017-12-136-16/+18
| | |
* | | Autogen: Tests: Separate RccOnly and RccEmpty testsSebastian Holtermann2017-12-138-12/+18
| | |
* | | Autogen: Tests: Separate uicOnly testSebastian Holtermann2017-12-136-9/+13
| | |
* | | Autogen: Tests: Separate mocOnly and mocOnlyOpts testsSebastian Holtermann2017-12-1313-16/+50
| | |
* | | Autogen: Tests: Add basic scripts for separate testsSebastian Holtermann2017-12-138-0/+185
| |/ |/|
* | CTest: Remove unfinished batch test modeBrad King2017-12-081-2/+0
|/ | | | | This was partially implemented by commit v2.8.0~154 (Added some ctest batch capabilities, 2009-09-10) but never finished.
* Merge topic 'autogen-fix-library-deps'Brad King2017-12-088-0/+162
|\ | | | | | | | | | | | | | | | | | | | | 1bc60334 Merge branch 'automoc-apple-framework' into autogen-fix-library-deps a3f8371c Merge branch 'automoc-apple-framework' into autogen-fix-library-deps bd49ae51 Autogen: Fix library dependency forwarding to _autogen target e4ccc684 Autogen: Tests: Add test for MacOS frameworks fcbd02fd Autogen: Fix for AUTOMOC on macOS frameworks in CMake 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1566
| * Merge branch 'automoc-apple-framework' into autogen-fix-library-depsBrad King2017-12-078-0/+162
| |\
| | * Autogen: Tests: Add test for MacOS frameworksSebastian Holtermann2017-12-078-0/+162
| | |
* | | Merge topic 'cpack-rpm-check-executable-flags'Brad King2017-12-075-7/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a2031d3a CPack/RPM: check executable flags for debuginfo packages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1565
| * | | CPack/RPM: check executable flags for debuginfo packagesDomen Vrankar2017-12-065-7/+15
| |/ / | | | | | | | | | | | | Debuginfo packages can not be created from programs and shared libraries that do not have execute permissions.
* | | Merge topic 'externalproject_download_dir'Brad King2017-12-073-7/+60
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | b8b87489 ExternalProject: Support substituting <DOWNLOAD_DIR> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1537
| * | | ExternalProject: Support substituting <DOWNLOAD_DIR>Craig Scott2017-12-063-7/+60
| | | |
* | | | Merge topic 'gtest-discovery-timeout'Brad King2017-12-077-0/+53
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 935848a8 GoogleTest: Add test for missing test executable 29731d89 GoogleTest: Add timeout to discovery e99e3982 GoogleTest: Improve gtest_discover_tests messages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1534
| * | | GoogleTest: Add test for missing test executableMatthew Woehlke2017-12-063-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a test to verify expected behavior when a test executable on which gtest_discover_tests is invoked was not built. (The test for the newly added timeout conveniently sets up this situation, so this new test was almost trivial to add.)
| * | | GoogleTest: Add timeout to discoveryMatthew Woehlke2017-12-065-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a TIMEOUT option to gtest_discover_tests. This provides a work-around in case a test goes out to lunch, rather than causing the build to simply hang. (Although this is still a problem with the user's project, hanging the build is not cool, especially in the case of automatically running CI builds. It is much preferred that the build should actively fail in this case, and it is trivially easy for us to implement that.)