summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.)
* | | | Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-057-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | This allows users to specify different genex-based compile definitions for each file in a target. Fixes: #17508
* | | | Merge topic 'update-cpplint'Brad King2017-12-054-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfcc2034 Update cpplint support to return 0 and mark warnings for CDash. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1544
| * | | | Update cpplint support to return 0 and mark warnings for CDash.Bill Hoffman2017-12-014-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes cpplint act like the other compiler mirroring tools. It will always return 0 even if it reports warnings and will only return non zero if there is a problem running the command. In addition, it will now add some extra text to allow CTest to recognize the warnings and report them correctly to CDash.
* | | | | Merge topic 'csharp_project_without_sources'Brad King2017-12-043-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8e654a37 VS: Enable generation of CSharp projects without initial .cs files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1521
| * | | | | VS: Enable generation of CSharp projects without initial .cs filesMichael Stürmer2017-11-293-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | fixes #17388
* | | | | | Merge topic 'simplify_target_link_libraries'Brad King2017-12-012-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8112059e target_link_libraries: Simplify implementation and add comments. b0e2f141 target_link_libraries: Slightly fix some error-messages. 85457b63 target_link_libraries: Return earlier on some error. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1531
| * | | | | | target_link_libraries: Slightly fix some error-messages.Deniz Bahadir2017-11-292-4/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Some error-messages are slightly adjusted to better tell what invocation would be correct instead. Tests are adjusted accordingly.
* | | | | | Merge topic 'libuv-raii'Brad King2017-12-013-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3bcaa870 cmUVHandlePtr: Add uv_process_ptr dd700e9b cmUVHandlePtr: Add uv_timer_ptr 32cfa7b3 cmUVHandlePtr: Move to CMakeLib to make it available everywhere Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1541
| * | | | | | cmUVHandlePtr: Add uv_process_ptrBrad King2017-11-301-0/+1
| | | | | | |