summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'update-cpplint'Brad King2017-12-054-4/+4
|\
| * Update cpplint support to return 0 and mark warnings for CDash.Bill Hoffman2017-12-014-4/+4
* | Merge topic 'csharp_project_without_sources'Brad King2017-12-043-0/+13
|\ \
| * | VS: Enable generation of CSharp projects without initial .cs filesMichael Stürmer2017-11-293-0/+13
* | | Merge topic 'simplify_target_link_libraries'Brad King2017-12-012-4/+4
|\ \ \
| * | | target_link_libraries: Slightly fix some error-messages.Deniz Bahadir2017-11-292-4/+4
| | |/ | |/|
* | | Merge topic 'libuv-raii'Brad King2017-12-013-1/+6
|\ \ \
| * | | cmUVHandlePtr: Add uv_process_ptrBrad King2017-11-301-0/+1
| * | | cmUVHandlePtr: Add uv_timer_ptrBrad King2017-11-301-0/+1
| * | | cmUVHandlePtr: Move to CMakeLib to make it available everywhereBrad King2017-11-303-1/+4
* | | | Merge topic 'fix-cmake-server-bad-buffering-test'Brad King2017-12-011-1/+27
|\ \ \ \ | |/ / / |/| | |
| * | | test: Updated server test harness to try to cause fragmentationJustin Berger2017-11-291-1/+27
* | | | Merge topic 'libuv-raii'Brad King2017-11-304-6/+186
|\ \ \ \
| * | | | tests: Added tests to verify UV RAII semantics/constructsJustin Berger2017-11-292-0/+183
| * | | | tests: unconditionally enabled server testsJustin Berger2017-11-292-6/+3
* | | | | Merge topic 'whitelist-more-interface-properties'Brad King2017-11-301-0/+10
|\ \ \ \ \
| * | | | | cmTargetPropertyComputer: whitelist custom propertiesBen Boeckel2017-11-211-0/+10
| | |/ / / | |/| | |
* | | | | Merge topic 'findiconv-module'Brad King2017-11-304-0/+80
|\ \ \ \ \
| * | | | | FindIconv: Add the FindIconv module.Christian Pfeiffer2017-11-294-0/+80
* | | | | | Merge topic 'check_fixtures_before_exe_existence'Craig Scott2017-11-291-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-281-1/+5
| | |_|_|/ | |/| | |
* | | | | Merge topic 'CheckIncludeFiles-language-CXX'Brad King2017-11-2912-0/+54
|\ \ \ \ \
| * | | | | CheckIncludeFiles: improve warning for missing argumentDavid Adam2017-11-241-2/+2
| * | | | | CheckIncludeFiles: add unit testsDavid Adam2017-11-1112-0/+54
* | | | | | Merge topic 'fortran-compiler-launcher'Brad King2017-11-297-0/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fortran: Add option to run the compiler through launcher toolsBrad King2017-11-217-0/+17
* | | | | | Merge topic 'extend-compile-language-genex'Brad King2017-11-2721-60/+61
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual StudioBrad King2017-11-2011-37/+49
| * | | | | Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual StudioBrad King2017-11-174-12/+13
| * | | | | Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with XcodeBrad King2017-11-172-4/+4
| * | | | | Tests: Decouple COMPILE_LANGUAGE in file(GENERATE) from COMPILE_OPTIONSBrad King2017-11-171-7/+1
| * | | | | Tests: Remove unnecessary result files from RunCMake.File_GenerateBrad King2017-11-176-6/+0
| | |_|/ / | |/| | |
* | | | | Merge topic 'WriteBasicConfigVersionFile_SameMinorVersion'Craig Scott2017-11-221-7/+84
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | WriteBasicConfigVersionFile: Fix messages in ExactVersion testsDaniele E. Domenichelli2017-11-211-6/+6
| * | | | WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY optionDaniele E. Domenichelli2017-11-211-1/+78
| |/ / /
* | | | Merge topic 'gtest-fix-discovery'Brad King2017-11-214-3/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | GoogleTest: Fix multiple discovery on same targetMatthew Woehlke2017-11-214-3/+42
* | | | Merge topic 'cpack-minor-cleanup-and-tests-extension'Brad King2017-11-2031-66/+150
|\ \ \ \
| * | | | CPack tests: add possibility for expecting config developer warningsDomen Vrankar2017-11-192-1/+28
| * | | | CPack test: correctly handle CPACK_PACKAGING_INSTALL_PREFIXDomen Vrankar2017-11-1930-65/+122
| | |/ / | |/| |
* | | | Merge topic 'cuda-sep-comp-var'Brad King2017-11-201-0/+6
|\ \ \ \
| * | | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variableBrad King2017-11-171-0/+6
* | | | | Merge topic 'FindOpenGL-glvnd-policy'Brad King2017-11-2012-1/+59
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GLBrad King2017-11-1712-1/+59
* | | | | Tests: Add test for bad foreach inside a functionBrad King2017-11-166-0/+18
| |/ / / |/| | |
* | | | Tests: Fix FindPatch test on WindowsBrad King2017-11-151-2/+2
|/ / /
* | | Merge topic 'cmake-gui-qt-static-windows'Brad King2017-11-141-4/+12
|\ \ \ | |/ /
| * | Tests: Add options to disable tests requiring QtBrad King2017-11-131-4/+12
| * | Merge branch 'implicit-lib-gcceh' into release-3.10Brad King2017-11-081-1/+21
| |\ \
* | \ \ Merge topic 'update-ctest-documentation'Brad King2017-11-101-1/+1
|\ \ \ \