summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'install-DIRECTORY-genex'Brad King2016-01-144-0/+9
|\
| * install: Allow generator expressions in DIRECTORYYves Frederix2016-01-134-0/+9
* | Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-1222-9/+95
|/
* 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
* | Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-073-0/+11
|/
* 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 'ios-universal'Brad King2015-12-117-0/+160
|\
| * Xcode: Add support for combined install on iOSRuslan Baratov2015-12-107-0/+160
* | cmake: Teach -E make_directory to support multiple input directoriesBartosz Kosiorek2015-12-107-0/+18
|/
* Merge topic 'cmake-E-copy-multiple-inputs'Brad King2015-12-0910-0/+23
|\
| * cmake: Teach -E copy_directory to support multiple input directoriesBartosz Kosiorek2015-12-0710-0/+23
* | CPack: Added tests for package name and group controll fieldsDomen Vrankar2015-12-079-0/+80
|/
* cmake: Teach -E copy[_if_different] to support multiple files (#15703)Bartosz Kosiorek2015-12-0420-0/+35
* cmake: Improve '-E' help message formattingBartosz Kosiorek2015-12-044-4/+4
* iOS: Fix framework resource directory layout (#15848)Bartosz Kosiorek2015-12-035-4/+41
* Explicitly enable deprecated warnings by default.Michael Scott2015-12-013-1/+12
* Modify dev warning options to affect deprecated warnings.Michael Scott2015-12-011-0/+13
* Add -W options to control deprecated warning messages.Michael Scott2015-12-014-0/+14
* Refactor the -W options parser to be generic.Michael Scott2015-12-015-1/+18
* Explicitly enable author (dev) warnings by default.Michael Scott2015-12-015-0/+14
* Make message suppression more consistent.Michael Scott2015-11-303-3/+18
* Tests: Revise message in RunCMake.CommandLine -Wdev caseMichael Scott2015-11-303-3/+3
* Merge topic 'fix-find_package-version-file-error-stack'Brad King2015-11-2511-0/+22
|\
| * Merge branch 'test-cmake_policy-unmatched' into fix-find_package-version-file...Brad King2015-11-2418-0/+36
| |\
| | * Tests: Add case for package version file unmatched policy scopeBrad King2015-11-2411-0/+22
| * | Merge branch 'fix-find_program-regression' into releaseBrad King2015-10-304-0/+14
| |\ \
* | \ \ Merge topic 'test-cmake_policy-unmatched'Brad King2015-11-257-0/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Add case for unmatched cmake_policy({PUSH,POP})Brad King2015-11-247-0/+14
* | | | Merge topic 'test-add_subdirectory-in-function'Brad King2015-11-244-0/+33
|\ \ \ \
| * | | | Tests: Add case for add_subdirectory inside a functionBrad King2015-11-234-0/+33
| |/ / /
* | | | Merge topic 'ninja-symbolic-custom-command'Brad King2015-11-202-0/+26
|\ \ \ \
| * | | | Ninja: Always re-run custom commands that have symbolic dependenciesBrad King2015-11-192-0/+26
* | | | | Fix auto export symbols for Dlls containing /bigobj for 64bit builds.Bill Hoffman2015-11-191-0/+2
|/ / / /
* | | | Add test for OSX/iOS Framework directory structure (#15833)Gregor Jasny2015-11-139-0/+131
* | | | Merge topic 'fix-find_program-regression'Brad King2015-11-024-0/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | find_program: Fix regression in finding an already-known pathBrad King2015-10-304-0/+14
* | | | FindPkgConfig: return actual error when a package is not found (#15810)Benjamin Chrétien2015-10-281-2/+3
* | | | Tests: Disable parallel test execution while running ctest_testStephen Kelly2015-10-271-0/+1
* | | | Tests: Don't overwrite RunCMake_TEST_FAILED variableStephen Kelly2015-10-271-5/+5
* | | | Merge topic 'xcode-watch-and-tvos'Brad King2015-10-262-6/+56
|\ \ \ \
| * | | | Xcode: Recognise Watch and TV OS as embedded platformsGregor Jasny2015-10-232-6/+56
* | | | | Merge topic 'xcode-optimization-flags'Brad King2015-10-267-0/+63
|\ \ \ \ \
| * | | | | Xcode: Use regular expression to extract all optimisation flags (#15794)Gregor Jasny2015-10-237-0/+63
| |/ / / /
* | | | | Merge topic 'fix-test-RUN_SERIAL-failure-regression'Brad King2015-10-264-0/+27
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CTest: Fix regression in handling of a RUN_SERIAL test that failsBrad King2015-10-234-0/+27
* | | | | Merge topic 'cmLocalGenerator-generator-target-storage'Brad King2015-10-218-52/+74
|\ \ \ \ \
| * | | | | CMP0063: Split unit test by target type.Stephen Kelly2015-10-208-52/+74
| | |/ / / | |/| | |