summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'autogen-dep-on-imported-implib-only-target'Brad King2021-09-275-0/+75
|\
| * Tests/RunCMake/Autogen: test CMP0111 behaviorBen Boeckel2021-09-245-0/+75
* | Merge topic 'cat_empty_file'Brad King2021-09-211-1/+2
|\ \
| * | cmake: -E cat stops when an empty file is encounteredJohnny Jazeix2021-09-181-1/+2
* | | Merge topic 'tests-cpack-deb-non-linux'Brad King2021-09-211-2/+2
|\ \ \
| * | | Tests: fix RunCMake.CPack_DEB.EXTRA on Debian non-Linux OSesPino Toscano2021-09-181-2/+2
| |/ /
* | | Merge topic 'clang-manifest'Brad King2021-09-212-1/+5
|\ \ \
| * | | Clang: embed windows manifests with GNU interfaceThomas Bernard2021-09-172-1/+5
* | | | Merge topic 'hip-no-hipcc'Brad King2021-09-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | HIP: Remove ROMClang compiler id and use Clang directlyBrad King2021-09-161-1/+1
* | | | Tests: Avoid output when running symlink checkBrad King2021-09-171-0/+2
| |_|/ |/| |
* | | Merge topic 'xcode-embed-libraries'Craig Scott2021-09-167-24/+28
|\ \ \
| * | | Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-147-24/+28
* | | | Merge topic 'vs2022'Brad King2021-09-161-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | VS: Fix managed C++ project generation for VS 2022Brad King2021-09-151-0/+6
* | | | PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-152-0/+25
| |_|/ |/| |
* | | Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-145-0/+35
|\ \ \
| * | | PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-135-0/+35
* | | | Merge topic 'find-matlab-imported-targets'Brad King2021-09-142-0/+46
|\ \ \ \
| * | | | FindMatlab: Add imported targetsSilvio Traversaro2021-09-132-0/+46
* | | | | Merge topic 'CMakeDependentOption-condition-syntax'Brad King2021-09-1412-1/+51
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | CMakeDependentOption: Introduce policy CMP0127 for full Condition SyntaxDaniel Schürmann2021-09-1012-1/+51
| |/ / /
* | | | Merge topic 'vs_settings'Brad King2021-09-102-3/+14
|\ \ \ \
| * | | | VS: Honor VS_SETTINGS source file property on all sourcesSteven Boswell2021-09-092-3/+14
| |/ / /
* | | | Merge topic 'ctest-memcheck-generate-test.xml'Brad King2021-09-104-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | ctest_memcheck: generate `DynamicAnalysis-Test.xml` as wellBen Boeckel2021-09-084-0/+26
* | | | Merge topic 'test-install-symlinks'Brad King2021-09-026-15/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Fix: InstallMode tests fail on some platformsFelix Lelchuk2021-08-245-10/+24
| * | | Tests: Fix check to add InstallMode testsBrad King2021-08-191-5/+4
* | | | Merge topic 'host-distro-info'Brad King2021-08-2437-24/+226
|\ \ \ \
| * | | | cmake_host_system_information: Make it available for all systemsAlex Turbov2021-08-202-11/+7
| * | | | cmake_host_system_information: Also set `USED_FALLBACK_SCRIPT`Alex Turbov2021-08-203-0/+3
| * | | | cmake_host_system_information: Can run fallback scriptsAlex Turbov2021-08-2012-0/+72
| * | | | cmake_host_system_information: Can read `/etc/os-release` fileAlex Turbov2021-08-2011-1/+94
| * | | | Testing: Convert `cmake_host_system_information` tests into `RunCMake`Alex Turbov2021-08-0217-24/+62
* | | | | Merge topic 'revert-autouic-header-depends'Brad King2021-08-245-23/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-195-23/+1
* | | | Merge topic 'FindPkgConfig-restore-legacy-behavior'Brad King2021-08-192-0/+65
|\ \ \ \ | |/ / /
| * | | FindPkgConfig: Restore legacy behavior when CMP0126 is set to NEWMarc Chevrier2021-08-182-0/+65
| * | | Merge topic 'ninja-lwyu-ar' into release-3.21Brad King2021-08-064-0/+10
| |\ \ \
| * \ \ \ Merge topic 'CC-DEPFILE-independent-from-CMAKE_DEPENDS_USE_COMPILER' into rel...Brad King2021-08-032-0/+13
| |\ \ \ \
| * \ \ \ \ Merge topic 'vs-iface-include-dirs' into release-3.21Brad King2021-08-022-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'autogen-ui-header-depends' into release-3.21Brad King2021-08-024-2/+33
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'while-regression'Brad King2021-08-188-0/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix: `while()` reports an error the same way as `if()`Alex Turbov2021-08-091-2/+5
| * | | | | | | | Fix: `while()` can silently ignore incorrect conditionAlex Turbov2021-08-093-1/+7
| * | | | | | | | Fix: Regression in the `cmConditionEvaluator::HandleLevel0`Alex Turbov2021-08-096-0/+29
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'GoogleTest-gtest-filter'Brad King2021-08-105-20/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | GoogleTest: Add TEST_FILTER arg to gtest_discover_testsAshish Sadanandan2021-08-055-20/+92
* | | | | | | | | Merge topic 'symlinks-rebase-master'Brad King2021-08-1029-0/+759
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |