Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export: Port internal utility to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Export: Port some API to cmGlobalGenerator. | Stephen Kelly | 2015-10-18 | 1 | -1/+0 |
| | |||||
* | Export: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -4/+5 |
| | |||||
* | cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -4/+4 |
| | |||||
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Fix include guard. | Stephen Kelly | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 1 | -0/+2 |
| | | | | | This is not a deprecated behavior, but only requires IMPORTED targets be made. | ||||
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
| | |||||
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | | | | Property names are always generated by CMake and should never be NULL. | ||||
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -6/+6 |
| | | | | | | This has follow-on effects for other methods and classes. Further work on making the use of const cmTarget pointers common can be done, particularly with a view to generate-time methods. | ||||
* | OS X: Add support for @rpath in export files. | Clinton Stimpson | 2013-06-03 | 1 | -0/+2 |
| | | | | | Also expand the IMPORTED_SONAME property for targets to match the install_name. | ||||
* | Add a new Export generator for IMPORTED targets. | Stephen Kelly | 2013-02-22 | 1 | -0/+55 |
This is to be used during try_compile using LINK_LIBRARIES in the srcfile signature and, in the future, TARGETS in the binary dir signature. |