Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+3 |
| | |||||
* | ENH: fix docs to include linker lang | Bill Hoffman | 2006-05-08 | 1 | -0/+5 |
| | |||||
* | ENH: Added <config>_OUTPUT_NAME target property to allow the output name to ↵ | Brad King | 2006-04-18 | 1 | -1/+3 |
| | | | | be set on a per-configuration basis. | ||||
* | ENH: Added documentation for COMPILE_FLAGS property and clarified meaning of ↵ | Brad King | 2006-04-04 | 1 | -1/+7 |
| | | | | DEFINE_SYMBOL. | ||||
* | ENH: add support for per config target LINK_FLAGS | Bill Hoffman | 2006-04-03 | 1 | -1/+2 |
| | |||||
* | ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value ↵ | Brad King | 2006-03-02 | 1 | -1/+9 |
| | | | | of this variable is used when a library target is created to initialize the <CONFIG>_POSTFIX target property. The value of this property is used (even for executables) to define a per-configuration postfix on the name of the target. Also enabled use of the OUTPUT_NAME property for non-executable targets. | ||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -4/+7 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -13/+23 |
| | | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. | ||||
* | ENH: Clarified documentation of DEFINE_SYMBOL. | Brad King | 2006-02-16 | 1 | -2/+2 |
| | |||||
* | ENH: Implemented RPATH specification support. It is documented by the ↵ | Brad King | 2006-02-16 | 1 | -1/+14 |
| | | | | command SET_TARGET_PROPERTIES. | ||||
* | STYLE: Fixed documentation to state target_EXPORTS default right after ↵ | Brad King | 2005-11-22 | 1 | -4/+6 |
| | | | | DEFINE_SYMBOL documentation instead of many sentences later in a random place. | ||||
* | ENH: add some more properties for visual studio projects | Bill Hoffman | 2005-11-19 | 1 | -1/+5 |
| | |||||
* | STYLE: fix docs | Ken Martin | 2005-11-17 | 1 | -8/+8 |
| | |||||
* | ENH: Added versioned executable support. This partially addresses bug#2143. ↵ | Brad King | 2005-08-17 | 1 | -0/+3 |
| | | | | Also made OUTPUT_NAME work when installing executables. | ||||
* | ENH: Added documentation of VERSION and SOVERSION properties. | Brad King | 2005-06-20 | 1 | -0/+6 |
| | |||||
* | ENH: add first cut at support for exe with same name as lib | Ken Martin | 2005-06-16 | 1 | -0/+2 |
| | |||||
* | DOC: Fix comment | Andy Cedilnik | 2004-03-28 | 1 | -1/+1 |
| | |||||
* | ENH: Add pre and post install script support | Andy Cedilnik | 2004-03-28 | 1 | -1/+3 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -6/+14 |
| | |||||
* | Fix comment | Andy Cedilnik | 2003-02-11 | 1 | -1/+1 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | ENH: add target properties files | Bill Hoffman | 2002-12-21 | 1 | -0/+66 |