summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'multi-ninja-pch'Brad King2020-01-209-2/+43
|\
| * Multi-Ninja: Add precompile headers supportCristian Adam2020-01-179-2/+43
* | Merge topic 'fphsa-name-mismatch'Brad King2020-01-208-0/+55
|\ \
| * | FPHSA: detect package name mismatchesBen Boeckel2020-01-148-0/+55
* | | Merge topic 'out-of-dir-link-list'Brad King2020-01-178-8/+26
|\ \ \
| * | | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-168-8/+26
* | | | Merge topic 'cmake-ctest-arguments'Brad King2020-01-173-0/+19
|\ \ \ \
| * | | | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctestRobert Goulet2020-01-153-0/+19
| | |/ / | |/| |
* | | | Merge topic 'rename-cross-config-variable'Brad King2020-01-171-7/+7
|\ \ \ \
| * | | | Ninja Multi-Config: Rename variable to be more consistentKyle Edwards2020-01-161-7/+7
| | |_|/ | |/| |
* | | | Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-177-1/+75
|\ \ \ \ | |/ / / |/| | |
| * | | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-163-1/+7
| * | | Tests: Add DragNDrop as a testable CPack generatorAndrew Fuller2020-01-164-0/+68
* | | | Merge topic 'unity-lang-filename'Brad King2020-01-1511-15/+15
|\ \ \ \
| * | | | Unity Build: include language in generated source file nameCristian Adam2020-01-1411-15/+15
* | | | | Merge topic 'ctest-timeout-on-pipe'Brad King2020-01-157-0/+90
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | CTest: Fix timeout when grandchild keeps pipes openBrad King2020-01-143-0/+21
| * | | | Tests: Add RunCMake.CTestTimeout testBrad King2020-01-146-0/+69
* | | | | Merge topic 'ninja_multi_config_support_cuda'Kyle Edwards2020-01-147-0/+104
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | CUDA: Mult-Config Ninja generator now supports CUDARobert Maynard2020-01-137-0/+104
| |/ / /
* | | | Ninja Multi-Config: Improve error handling when not doing cross-config buildKyle Edwards2020-01-132-6/+2
|/ / /
* | | Merge topic 'target_compile_options-BEFORE-keyword'Brad King2020-01-138-1/+54
|\ \ \
| * | | target_compile_options: ensure BEFORE keyword is handled in all scopesMarc Chevrier2020-01-118-1/+54
* | | | Merge topic 'ninja-cross-build-disable'Brad King2020-01-1316-5/+106
|\ \ \ \
| * | | | Ninja Multi-Config: Make cross-config building opt-inKyle Edwards2020-01-1016-5/+106
| | |_|/ | |/| |
* | | | Merge topic 'out-of-dir-link-keyword'Brad King2020-01-134-4/+4
|\ \ \ \
| * | | | target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-104-4/+4
| | |/ / | |/| |
* | | | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-132-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-102-1/+3
| * | ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-0912-0/+32
* | | Merge topic 'objc-compiler-launcher'Brad King2020-01-1022-0/+46
|\ \ \
| * | | ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-0922-0/+46
| | |/ | |/|
* | | Merge topic 'reduce_verbosity_find_package_debug_mode'Brad King2020-01-102-5/+10
|\ \ \ | |/ / |/| |
| * | find_package: Improve debug logging outputRobert Maynard2020-01-012-5/+10
* | | Merge topic 'add_target_deprecation'Kyle Edwards2020-01-036-0/+25
|\ \ \
| * | | Add set_property option: DEPRECATIONJoseph Snyder2020-01-026-0/+25
* | | | Merge topic 'trace-test-support-python26-and-older'Kyle Edwards2020-01-031-8/+13
|\ \ \ \
| * | | | trace: Directly parse commandline arguments without argparseDaniel Mensinger2020-01-011-8/+13
| | |/ / | |/| |
* | | | Tests: do not use the same variable name in nested loopsRolf Eike Beer2019-12-311-3/+3
|/ / /
* | | Merge topic 'ctest-resource-allocation-spec-message'Craig Scott2019-12-291-1/+2
|\ \ \ | | |/ | |/|
| * | CTest: Improve error handling when reading resource spec fileKyle Edwards2019-12-271-1/+2
| * | Merge topic 'pch-force-include' into release-3.16Brad King2019-12-161-1/+1
| |\ \
| * \ \ Merge topic 'unity-object-libraries' into release-3.16Brad King2019-12-093-0/+20
| |\ \ \
* | \ \ \ Merge topic 'traceJSON'Kyle Edwards2019-12-277-1/+104
|\ \ \ \ \
| * | | | | trace: Add test for the JSON-v1 traceDaniel Mensinger2019-12-237-1/+104
| | |_|_|/ | |/| | |
* | | | | cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents.Johnny Jazeix2019-12-262-0/+25
* | | | | find_*: Use debug logging infrastructureRobert Maynard2019-12-1915-0/+193
|/ / / /
* | | | Merge topic 'fix-vs-winrt-by-default'Brad King2019-12-173-0/+86
|\ \ \ \
| * | | | VS: Change CMAKE_VS_WINRT_BY_DEFAULT to not implicitly enable WinRTPetr Polezhaev2019-12-161-3/+3
| * | | | Vs: Add test for VS_WINRT_BY_DEFAULTPetr Polezhaev2019-12-163-0/+86