| Commit message (Expand) | Author | Age | Files | Lines |
* | FindPkgConfig: set correctly named variables in cache (#15903) | Ben Boeckel | 2016-03-21 | 1 | -5/+6 |
|
|
* | 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 |
| |/ |
|
* | | Merge branch 'test-ctest_submit-update' into release | Brad King | 2016-02-08 | 4 | -4/+4 |
|\ \ |
|
| * | | Tests: Extend ctest_submit host lookup failure matching (#15958) | Orion Poplawski | 2016-02-08 | 4 | -4/+4 |
| |/ |
|
* | | Fix dependency scanning configuration in subdirectories | Brad King | 2016-02-05 | 5 | -1/+7 |
|/ |
|
* | 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 'test-fltk_wrap_ui' | Brad King | 2016-01-22 | 3 | -4/+7 |
|\ |
|
| * | Tests: Cover fltk_wrap_ui on an executable that links libraries | Brad King | 2016-01-21 | 3 | -4/+7 |
|
|
* | | Merge topic 'FindPNG-imported-targets' | Brad King | 2016-01-22 | 4 | -0/+50 |
|\ \ |
|
| * | | FindPNG: Create an imported PNG::PNG target (#15911) | Sam Thursfield | 2016-01-21 | 4 | -0/+50 |
|
|
* | | | 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 |
| | |/
| |/| |
|
* | | | Merge topic 'add-FindXalanC' | Brad King | 2016-01-21 | 4 | -0/+41 |
|\ \ \ |
|
| * | | | FindXalanC: New module to find the Apache Xalan-C++ library | Roger Leigh | 2016-01-20 | 4 | -0/+41 |
|
|
* | | | | cmake: Fix `-E time` argument passing to child | Brad King | 2016-01-20 | 4 | -0/+10 |
| |/ /
|/| | |
|
* | | | Merge topic 'cache-parse-error-line-number' | Brad King | 2016-01-20 | 7 | -0/+26 |
|\ \ \ |
|
| * | | | Print line number of cache parse errors (#11109) | Ashley Whetter | 2016-01-19 | 7 | -0/+26 |
| | |/
| |/| |
|
* | | | UseJava: Fix create_javah CLASSPATH handling on Windows | Marc Chevrier | 2016-01-19 | 4 | -3/+40 |
|/ / |
|
* | | Fix export of STATIC library PRIVATE dependencies with CMP0022 NEW | Brad King | 2016-01-15 | 3 | -1/+13 |
|
|
* | | Tests: Use CMP0022 NEW behavior in some ExportImport cases | Brad King | 2016-01-15 | 1 | -0/+3 |
|
|
* | | Tests: Isolate policy changes in ExportImport test | Brad King | 2016-01-15 | 1 | -2/+5 |
|/ |
|
* | Merge topic 'install-DIRECTORY-genex' | Brad King | 2016-01-14 | 7 | -5/+14 |
|\ |
|
| * | install: Allow generator expressions in DIRECTORY | Yves Frederix | 2016-01-13 | 7 | -5/+14 |
|
|
* | | Add -Werror and -Wno-error command-line options | Michael Scott | 2016-01-12 | 22 | -9/+95 |
|/ |
|
* | Merge topic 'release-windows' | Brad King | 2016-01-07 | 1 | -1/+1 |
|\ |
|
| * | Utilities/Release: Switch to .msi builder for Windows binary | Brad King | 2015-12-21 | 1 | -1/+1 |
|
|
* | | 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 |
| |/ |
|
* | | Merge topic 'xcode-escape-backslash' | Brad King | 2016-01-07 | 3 | -0/+11 |
|\ \ |
|
| * | | Xcode: Escape all backslashes in strings (#15328) | Gregor Jasny | 2016-01-07 | 3 | -0/+11 |
| |/ |
|
* | | GenerateExportHeader: Work around buggy std::getline behavior in BCB5. | James Johnston | 2015-12-31 | 1 | -0/+12 |
|/ |
|
* | 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 'FindGTest-imported-targets' | Brad King | 2015-12-14 | 4 | -0/+38 |
|\ |
|
| * | Tests: Add tests for FindGTest | Roger Leigh | 2015-12-10 | 4 | -0/+38 |
|
|
* | | 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 |
| |/ |
|
* | | Merge topic 'simplify-CTest.UpdateGIT-test' | Brad King | 2015-12-11 | 1 | -19/+11 |
|\ \ |
|
| * | | Tests: Simplify CTest.UpdateGIT repo path construction | Brad King | 2015-12-10 | 1 | -19/+11 |
| |/ |
|
* | | cmake: Teach -E make_directory to support multiple input directories | Bartosz Kosiorek | 2015-12-10 | 7 | -0/+18 |
|/ |
|