summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'apple-isystem-gcc'Brad King2016-02-092-2/+4
|\
| * Xcode: Disable test for system include dirsGregor Jasny2016-02-082-2/+4
* | Merge topic 'install-EXCLUDE_FROM_ALL'Brad King2016-02-0910-0/+60
|\ \
| * | Tests: Add cases for install() command EXCLUDE_FROM_ALL optionBrad King2016-02-0410-0/+60
* | | Merge topic 'test-ctest_submit-update'Brad King2016-02-094-4/+4
|\ \ \
| * | | Tests: Extend ctest_submit host lookup failure matching (#15958)Orion Poplawski2016-02-084-4/+4
| |/ /
* | | Merge topic 'fix-install-EXPORT-crash'Brad King2016-02-097-3/+14
|\ \ \
| * | | Tests: Avoid OS X 10.5 limitation warning in RunCMake.install testBrad King2016-02-081-0/+1
| * | | install(EXPORT): Fix crash on target in another directoryBrad King2016-02-053-0/+9
| * | | Tests: Use newer policy settings in RunCMake.install testBrad King2016-02-054-3/+4
| |/ /
* | | Merge topic 'test-FortranCInterface-again'Brad King2016-02-081-2/+2
|\ \ \
| * | | Tests: Fix Fortran test to run FortranCInterface againBrad King2016-02-051-2/+2
| | |/ | |/|
* | | Merge topic 'fix-Fortran-module-in-subdir'Brad King2016-02-085-1/+7
|\ \ \
| * | | Fix dependency scanning configuration in subdirectoriesBrad King2016-02-055-1/+7
| | |/ | |/|
* | | Merge topic 'error-multiple-targets'Brad King2016-02-084-0/+8
|\ \ \ | |_|/ |/| |
| * | cmake: Teach --build to reject multiple --target optionsSebastian Schuberth2016-02-054-0/+8
| |/
* | list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-0325-0/+61
|/
* Merge topic 'fix-CMAKE_MATCH-self-match'Brad King2016-02-022-0/+6
|\
| * cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)Brad King2016-02-012-0/+6
* | add_custom_command: Clarify error when TARGET is out of scope (#15681)Brad King2016-01-2810-2/+19
|/
* Merge topic 'test-fltk_wrap_ui'Brad King2016-01-223-4/+7
|\
| * Tests: Cover fltk_wrap_ui on an executable that links librariesBrad King2016-01-213-4/+7
* | Merge topic 'FindPNG-imported-targets'Brad King2016-01-224-0/+50
|\ \
| * | FindPNG: Create an imported PNG::PNG target (#15911)Sam Thursfield2016-01-214-0/+50
* | | Merge topic 'fix-pkg_search_module-cache'Brad King2016-01-222-0/+17
|\ \ \
| * | | FindPkgConfig: set standard variables in the cacheBen Boeckel2016-01-212-0/+17
| | |/ | |/|
* | | Merge topic 'add-FindXalanC'Brad King2016-01-214-0/+41
|\ \ \
| * | | FindXalanC: New module to find the Apache Xalan-C++ libraryRoger Leigh2016-01-204-0/+41
* | | | cmake: Fix `-E time` argument passing to childBrad King2016-01-204-0/+10
| |/ / |/| |
* | | Merge topic 'cache-parse-error-line-number'Brad King2016-01-207-0/+26
|\ \ \
| * | | Print line number of cache parse errors (#11109)Ashley Whetter2016-01-197-0/+26
| | |/ | |/|
* | | UseJava: Fix create_javah CLASSPATH handling on WindowsMarc Chevrier2016-01-194-3/+40
|/ /
* | Fix export of STATIC library PRIVATE dependencies with CMP0022 NEWBrad King2016-01-153-1/+13
* | Tests: Use CMP0022 NEW behavior in some ExportImport casesBrad King2016-01-151-0/+3
* | Tests: Isolate policy changes in ExportImport testBrad King2016-01-151-2/+5
|/
* Merge topic 'install-DIRECTORY-genex'Brad King2016-01-147-5/+14
|\
| * install: Allow generator expressions in DIRECTORYYves Frederix2016-01-137-5/+14
* | Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-1222-9/+95
|/
* Merge topic 'release-windows'Brad King2016-01-071-1/+1
|\
| * Utilities/Release: Switch to .msi builder for Windows binaryBrad King2015-12-211-1/+1
* | Merge topic 'xcode-global-attribute-variant'Brad King2016-01-072-1/+61
|\ \
| * | Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947)Gregor Jasny2016-01-032-1/+61
| |/
* | Merge topic 'xcode-escape-backslash'Brad King2016-01-073-0/+11
|\ \
| * | Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-073-0/+11
| |/
* | GenerateExportHeader: Work around buggy std::getline behavior in BCB5.James Johnston2015-12-311-0/+12
|/
* cmake_parse_arguments: consider duplicate keyword as warningMatthias Maennich2015-12-172-3/+43
* CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-175-17/+9
* CMakeParseArguments: add a RunCMake test suiteMatthias Maennich2015-12-1711-0/+185
* Merge topic 'FindGTest-imported-targets'Brad King2015-12-144-0/+38
|\
| * Tests: Add tests for FindGTestRoger Leigh2015-12-104-0/+38