summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* server: Updated server tests to try various communication channelsJustin Berger2017-11-012-105/+142
* Tests: reworked server tests to allow other operation modesJustin Berger2017-10-303-32/+97
* Merge topic 'cpack-deb-0-so-version-support'Brad King2017-10-303-3/+13
|\
| * CPack/Deb: handle shlibs file generation when SOVERSION set to 0Domen Vrankar2017-10-283-3/+13
* | Merge topic 'cpack-rpm-dist-test-fix'Brad King2017-10-301-0/+5
|\ \
| * | CPack/RPM: DIST-MONOLITHIC-type subtest fixDomen Vrankar2017-10-301-0/+5
* | | Merge topic 'fix-co-compile'Brad King2017-10-3014-5/+100
|\ \ \
| * \ \ Merge branch 'backport-fix-co-compile' into fix-co-compileBrad King2017-10-2714-5/+100
| |\ \ \
| | * | | cmcmd: Restore support for running multiple lint toolsBrad King2017-10-2714-5/+100
* | | | | Merge topic 'autogen-static-library-cycles'Brad King2017-10-309-0/+89
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Autogen: Tests: Add test for STATIC_LIBRARY cyclesSebastian Holtermann2017-10-279-0/+89
| | |/ / | |/| |
| * | | Merge branch 'imported-interface-no-system' into release-3.10Brad King2017-10-131-1/+0
| |\ \ \
| * \ \ \ Merge branch 'cpack-deb-mr-1296-fix' into release-3.10Brad King2017-10-114-0/+21
| |\ \ \ \
| * \ \ \ \ Merge branch 'xcode-tests-ios-deployment-target' into release-3.10Brad King2017-10-105-27/+20
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'generalize-importedtargets-behavior'Brad King2017-10-2716-26/+132
|\ \ \ \ \ \
| * | | | | | Add support for IMPORTED GLOBAL targets to be aliasedDeniz Bahadir2017-10-265-6/+99
| * | | | | | Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-269-11/+24
| * | | | | | cmTargetPropCommandBase: Fix typo in error messageDeniz Bahadir2017-10-262-9/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'cmp0040-wording'Brad King2017-10-271-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CMP0040: Clarify policy warning to match documentationBrad King2017-10-261-3/+3
| |/ / / /
* | | | | Merge topic 'defer-target-source-check'Brad King2017-10-2518-50/+36
|\ \ \ \ \
| * | | | | Defer check for sources within a target until generation.Deniz Bahadir2017-10-2417-49/+33
| * | | | | Tests: Exclude bad RunCMake.add_executable case on multi-arch XcodeBrad King2017-10-241-1/+3
* | | | | | VS: Select and save a VS 2017 instance persistentlyBrad King2017-10-199-7/+52
* | | | | | Add infrastructure for generators to select a build tool instanceBrad King2017-10-1914-0/+60
|/ / / / /
* | | | | Merge topic 'curl_netrc_options'Brad King2017-10-199-0/+72
|\ \ \ \ \
| * | | | | Add testcases for file(DOWNLOAD|UPLOAD) netrc optionsShane Parris2017-10-189-0/+72
| |/ / / /
* | | | | VS,Xcode: Add CMakeLists.txt sources without mutating targetsBrad King2017-10-186-53/+1
* | | | | Merge topic 'module-fetchcontent'Brad King2017-10-1818-0/+318
|\ \ \ \ \
| * | | | | FetchContent: Add testsCraig Scott2017-10-1618-0/+318
| |/ / / /
* | | | | Merge topic 'imported-interface-no-system'Brad King2017-10-161-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Do not initialize NO_SYSTEM_FROM_IMPORTED on INTERFACE librariesBrad King2017-10-131-1/+0
| |/ / /
* | | | Merge topic 'cpack-deb-mr-1296-fix'Brad King2017-10-114-0/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | CPack/Deb: CPACK_DEBIAN_PACKAGE_VERSION regex testing exceptionDomen Vrankar2017-10-104-0/+21
| |/ /
* | | Merge topic 'UseJava_OUTPUT_DIR'Brad King2017-10-112-0/+15
|\ \ \
| * | | UseJava: OUTPUT_DIR must exists in all cases.Marc Chevrier2017-10-102-0/+15
| |/ /
* | | Tests: Teach RunCMake to ignore clang unused sanitizer flag warningsBrad King2017-10-101-0/+1
* | | Tests: Refactor RunCMake output line ignore regex constructionBrad King2017-10-101-1/+12
* | | Merge topic 'xcode-tests-ios-deployment-target'Brad King2017-10-105-27/+20
|\ \ \ | |/ / |/| / | |/
| * Xcode 9: Lower iOS deployment version to get armv7 buildsGregor Jasny2017-10-101-5/+16
| * Revert "Xcode: Adjust tests to drop of 32bit iOS architectures"Gregor Jasny2017-10-105-22/+4
* | Merge topic 'xcode9-ios-tests'Brad King2017-10-055-4/+22
|\ \ | |/
| * Xcode: Adjust tests to drop of 32bit iOS architecturesGregor Jasny2017-10-055-4/+22
* | Tests: Remove ancient workaround in LoadCommand testsBrad King2017-10-042-14/+0
|/
* Merge topic 'test-macos-updates'Brad King2017-10-042-3/+13
|\
| * Tests: Fix RunCMake.Framework ios arch for Xcode 9Brad King2017-10-031-1/+11
| * Tests: Fix RunCMake.Framework expected output on macOS 10.13Brad King2017-10-031-2/+2
* | Merge topic 'src-flags-genex-target'Brad King2017-10-043-4/+15
|\ \ | |/ |/|
| * VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS propertyBrad King2017-10-033-4/+15
* | Merge topic 'FindProtobuf-gen-desc'Brad King2017-10-035-1/+98
|\ \ | |/ |/|