| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 1 | -4/+4 |
|
|
* | Tests/RunCMake: Tell cmake not to report unused command-line options | Brad King | 2014-02-27 | 1 | -0/+1 |
|
|
* | Merge topic 'target-SOURCES-refactor' | Brad King | 2014-02-25 | 1 | -7/+7 |
|\ |
|
| * | cmTarget: Add GetTransitiveTargetClosure method. | Stephen Kelly | 2014-02-24 | 1 | -7/+7 |
|
|
* | | tests: Add variable expansion tests | Ben Boeckel | 2014-02-21 | 25 | -0/+130 |
|/ |
|
* | add_custom_command: Disallow use of SOURCE signatures. | Stephen Kelly | 2014-02-12 | 14 | -0/+75 |
|
|
* | Add policy CMP0049 to avoid variable expansion in source lists | Stephen Kelly | 2014-02-12 | 13 | -0/+50 |
|
|
* | Merge topic 'fix-CMP0028-iface' | Brad King | 2014-02-10 | 10 | -0/+43 |
|\ |
|
| * | CMP0028: Trigger on libraries from INTERFACE of dependencies. | Stephen Kelly | 2014-02-09 | 10 | -0/+43 |
|
|
* | | Merge topic 'interface-library-signatures' | Brad King | 2014-02-10 | 6 | -2/+15 |
|\ \ |
|
| * | | add_library: Issue better diagnostic for INTERFACE GLOBAL signature. | Stephen Kelly | 2014-02-07 | 1 | -1/+1 |
|
|
| * | | add_library: Test invalid GLOBAL INTERFACE signature. | Stephen Kelly | 2014-02-07 | 5 | -1/+14 |
| |/ |
|
* | | Tests: Speed up RunCMake.CheckModules test | Brad King | 2014-02-06 | 3 | -1/+5 |
|/ |
|
* | Merge topic 'project-version-variables' | Brad King | 2014-02-03 | 37 | -0/+167 |
|\ |
|
| * | project: Manage VERSION variables | Brad King | 2014-01-29 | 26 | -0/+138 |
|
|
| * | project: Add optional LANGUAGES keyword | Brad King | 2014-01-29 | 12 | -0/+29 |
|
|
* | | Cygwin: Avoid legacy warnings in RunCMake.CMP004[1235] tests | Brad King | 2014-01-28 | 4 | -4/+4 |
|/ |
|
* | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 5 | -0/+27 |
|
|
* | Add test case to verify CMake does not re-run on first build | Brad King | 2014-01-21 | 3 | -0/+23 |
|
|
* | cmake: Add '-E sleep' command | Brad King | 2014-01-21 | 7 | -0/+12 |
|
|
* | cmake: Improve '-E create_symlink' edge case handling (#14713) | Brad King | 2014-01-20 | 8 | -0/+39 |
|
|
* | Tests/RunCMake: Add function to run a specified command-line | Brad King | 2014-01-20 | 2 | -11/+32 |
|
|
* | Tests/RunCMake: Move documentation to a README.rst | Brad King | 2014-01-20 | 2 | -36/+52 |
|
|
* | AddDependencies: new policy requires dependencies to exist | Nils Gladitz | 2014-01-12 | 14 | -0/+53 |
|
|
* | Tests: Remove .orig file. | Stephen Kelly | 2014-01-10 | 1 | -142/+0 |
|
|
* | Merge topic 'policies' | Brad King | 2014-01-09 | 29 | -0/+120 |
|\ |
|
| * | get_target_property: Error on non-existent target. | Stephen Kelly | 2014-01-08 | 13 | -0/+43 |
|
|
| * | Genex: Use case-sensitive comparison for COMPILER_ID. | Stephen Kelly | 2014-01-08 | 5 | -0/+30 |
|
|
| * | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 13 | -0/+47 |
|
|
* | | Merge topic 'optional-install' | Brad King | 2014-01-09 | 13 | -0/+187 |
|\ \ |
|
| * | | InstallRules: added new variable to disable generation of install rules | Nils Gladitz | 2014-01-08 | 13 | -0/+187 |
|
|
* | | | Help: Ensure that target-policies are added to the documentation. | Stephen Kelly | 2014-01-07 | 1 | -0/+5 |
| |/
|/| |
|
* | | Genex: Add a nullary form for CONFIG | Stephen Kelly | 2014-01-07 | 2 | -11/+1 |
|
|
* | | CompatibleInterface: Test debugging of not-set property. | Stephen Kelly | 2014-01-07 | 2 | -1/+8 |
|
|
* | | Tests: simplify Qt4 target usage | Stephen Kelly | 2014-01-07 | 1 | -4/+1 |
|
|
* | | Don't allow include() of export(EXPORT) file at configure time. | Stephen Kelly | 2014-01-06 | 4 | -0/+14 |
|
|
* | | add_library: Disallow invalid signatures for INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-06 | 4 | -0/+111 |
|
|
* | | cmTarget: Test impliedByUse number-compatible properties. | Stephen Kelly | 2014-01-04 | 4 | -0/+15 |
|
|
* | | cmTarget: Don't repeat property origin debug information. | Stephen Kelly | 2014-01-04 | 2 | -2/+15 |
|
|
* | | cmTarget: Fix debug report for interface-set compatibility types. | Stephen Kelly | 2014-01-04 | 2 | -2/+15 |
|
|
* | | cmTarget: Fix reporting interface-set properties which are FALSE. | Stephen Kelly | 2014-01-04 | 2 | -1/+10 |
|
|
* | | cmTarget: Fix the property compatibility error message | Stephen Kelly | 2014-01-04 | 6 | -3/+21 |
|
|
* | | add_dependencies: Disallow use with INTERFACE_LIBRARY. | Stephen Kelly | 2014-01-04 | 4 | -0/+12 |
|
|
* | | Merge topic 'export-EXPORT-subcommand' | Brad King | 2014-01-02 | 10 | -0/+39 |
|\ \ |
|
| * | | export: Implement EXPORT subcommand (#9822) | Stephen Kelly | 2013-12-24 | 10 | -0/+39 |
| |/ |
|
* | | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 15 | -0/+54 |
|\ \
| |/
|/| |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 15 | -0/+54 |
|
|
* | | cmTarget: Fix typo | Stephen Kelly | 2013-12-19 | 2 | -2/+2 |
|
|
* | | Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636) | Stephen Kelly | 2013-12-09 | 4 | -0/+25 |
|/ |
|
* | cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. | Stephen Kelly | 2013-12-08 | 6 | -0/+43 |
|
|