| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fix-static-private-non-target-depends' into release | Brad King | 2016-02-17 | 5 | -0/+17 |
|\ |
|
| * | Fix export of STATIC library PRIVATE non-target dependencies | Brad King | 2016-02-17 | 5 | -0/+17 |
|
|
* | | Merge branch 'fix-cmake_parse_arguments-expansion' into release | Brad King | 2016-02-12 | 1 | -0/+19 |
|\ \ |
|
| * | | cmake_parse_arguments: Restore ;-list argument flattening | Dimitar Yordanov | 2016-02-12 | 1 | -0/+19 |
| |/ |
|
* | | Merge branch 'fix-install-EXPORT-crash' into release | Brad King | 2016-02-08 | 7 | -3/+14 |
|\ \ |
|
| * | | Tests: Avoid OS X 10.5 limitation warning in RunCMake.install test | Brad King | 2016-02-08 | 1 | -0/+1 |
|
|
| * | | install(EXPORT): Fix crash on target in another directory | Brad King | 2016-02-05 | 3 | -0/+9 |
|
|
| * | | Tests: Use newer policy settings in RunCMake.install test | Brad King | 2016-02-05 | 4 | -3/+4 |
| |/ |
|
* | | Tests: Extend ctest_submit host lookup failure matching (#15958) | Orion Poplawski | 2016-02-08 | 4 | -4/+4 |
|/ |
|
* | Merge topic 'fix-CMAKE_MATCH-self-match' | Brad King | 2016-02-02 | 2 | -0/+6 |
|\ |
|
| * | cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944) | Brad King | 2016-02-01 | 2 | -0/+6 |
|
|
* | | add_custom_command: Clarify error when TARGET is out of scope (#15681) | Brad King | 2016-01-28 | 10 | -2/+19 |
|/ |
|
* | Merge topic 'fix-pkg_search_module-cache' | Brad King | 2016-01-22 | 2 | -0/+17 |
|\ |
|
| * | FindPkgConfig: set standard variables in the cache | Ben Boeckel | 2016-01-21 | 2 | -0/+17 |
|
|
* | | cmake: Fix `-E time` argument passing to child | Brad King | 2016-01-20 | 4 | -0/+10 |
|/ |
|
* | Print line number of cache parse errors (#11109) | Ashley Whetter | 2016-01-19 | 7 | -0/+26 |
|
|
* | Merge topic 'install-DIRECTORY-genex' | Brad King | 2016-01-14 | 4 | -0/+9 |
|\ |
|
| * | install: Allow generator expressions in DIRECTORY | Yves Frederix | 2016-01-13 | 4 | -0/+9 |
|
|
* | | Add -Werror and -Wno-error command-line options | Michael Scott | 2016-01-12 | 22 | -9/+95 |
|/ |
|
* | Merge topic 'xcode-global-attribute-variant' | Brad King | 2016-01-07 | 2 | -1/+61 |
|\ |
|
| * | Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947) | Gregor Jasny | 2016-01-03 | 2 | -1/+61 |
|
|
* | | Xcode: Escape all backslashes in strings (#15328) | Gregor Jasny | 2016-01-07 | 3 | -0/+11 |
|/ |
|
* | cmake_parse_arguments: consider duplicate keyword as warning | Matthias Maennich | 2015-12-17 | 2 | -3/+43 |
|
|
* | CMakeParseArguments: replace by native cmake_parse_arguments command | Matthias Maennich | 2015-12-17 | 5 | -17/+9 |
|
|
* | CMakeParseArguments: add a RunCMake test suite | Matthias Maennich | 2015-12-17 | 11 | -0/+185 |
|
|
* | Merge topic 'ios-universal' | Brad King | 2015-12-11 | 7 | -0/+160 |
|\ |
|
| * | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 7 | -0/+160 |
|
|
* | | cmake: Teach -E make_directory to support multiple input directories | Bartosz Kosiorek | 2015-12-10 | 7 | -0/+18 |
|/ |
|
* | Merge topic 'cmake-E-copy-multiple-inputs' | Brad King | 2015-12-09 | 10 | -0/+23 |
|\ |
|
| * | cmake: Teach -E copy_directory to support multiple input directories | Bartosz Kosiorek | 2015-12-07 | 10 | -0/+23 |
|
|
* | | CPack: Added tests for package name and group controll fields | Domen Vrankar | 2015-12-07 | 9 | -0/+80 |
|/ |
|
* | cmake: Teach -E copy[_if_different] to support multiple files (#15703) | Bartosz Kosiorek | 2015-12-04 | 20 | -0/+35 |
|
|
* | cmake: Improve '-E' help message formatting | Bartosz Kosiorek | 2015-12-04 | 4 | -4/+4 |
|
|
* | iOS: Fix framework resource directory layout (#15848) | Bartosz Kosiorek | 2015-12-03 | 5 | -4/+41 |
|
|
* | Explicitly enable deprecated warnings by default. | Michael Scott | 2015-12-01 | 3 | -1/+12 |
|
|
* | Modify dev warning options to affect deprecated warnings. | Michael Scott | 2015-12-01 | 1 | -0/+13 |
|
|
* | Add -W options to control deprecated warning messages. | Michael Scott | 2015-12-01 | 4 | -0/+14 |
|
|
* | Refactor the -W options parser to be generic. | Michael Scott | 2015-12-01 | 5 | -1/+18 |
|
|
* | Explicitly enable author (dev) warnings by default. | Michael Scott | 2015-12-01 | 5 | -0/+14 |
|
|
* | Make message suppression more consistent. | Michael Scott | 2015-11-30 | 3 | -3/+18 |
|
|
* | Tests: Revise message in RunCMake.CommandLine -Wdev case | Michael Scott | 2015-11-30 | 3 | -3/+3 |
|
|
* | Merge topic 'fix-find_package-version-file-error-stack' | Brad King | 2015-11-25 | 11 | -0/+22 |
|\ |
|
| * | Merge branch 'test-cmake_policy-unmatched' into fix-find_package-version-file... | Brad King | 2015-11-24 | 18 | -0/+36 |
| |\ |
|
| | * | Tests: Add case for package version file unmatched policy scope | Brad King | 2015-11-24 | 11 | -0/+22 |
|
|
| * | | Merge branch 'fix-find_program-regression' into release | Brad King | 2015-10-30 | 4 | -0/+14 |
| |\ \ |
|
* | \ \ | Merge topic 'test-cmake_policy-unmatched' | Brad King | 2015-11-25 | 7 | -0/+14 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Tests: Add case for unmatched cmake_policy({PUSH,POP}) | Brad King | 2015-11-24 | 7 | -0/+14 |
|
|
* | | | | Merge topic 'test-add_subdirectory-in-function' | Brad King | 2015-11-24 | 4 | -0/+33 |
|\ \ \ \ |
|
| * | | | | Tests: Add case for add_subdirectory inside a function | Brad King | 2015-11-23 | 4 | -0/+33 |
| |/ / / |
|
* | | | | Merge topic 'ninja-symbolic-custom-command' | Brad King | 2015-11-20 | 2 | -0/+26 |
|\ \ \ \ |
|