| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Add policy CMP_0004 to require library names to have no leading or trail... | Brad King | 2008-03-13 | 1 | -0/+5 |
|
|
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -0/+8 |
|
|
* | ENH: Improve new error/warning message generation | Brad King | 2008-03-13 | 1 | -0/+4 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -1/+1 |
|
|
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 1 | -0/+5 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -4/+33 |
|
|
* | ENH: When linking to versioned targets whose real file name is known pass the... | Brad King | 2008-02-06 | 1 | -2/+10 |
|
|
* | BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator. | Brad King | 2008-02-01 | 1 | -13/+0 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -8/+7 |
|
|
* | ENH: Implemented link-interface specification feature. | Brad King | 2008-01-30 | 1 | -0/+24 |
|
|
* | BUG: cmTarget instances should not be copied. Removed pass-by-value argument... | Brad King | 2008-01-29 | 1 | -2/+10 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -3/+9 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 1 | -0/+3 |
|
|
* | ENH: Support exporting/importing of Framework targets. | Brad King | 2008-01-28 | 1 | -0/+4 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -13/+32 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -2/+4 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+1 |
|
|
* | ENH: Moved global inter-target dependency analysis and cycle-prevention code ... | Brad King | 2007-12-23 | 1 | -1/+1 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+3 |
|
|
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -0/+21 |
|
|
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the M... | David Cole | 2007-08-24 | 1 | -1/+14 |
|
|
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the lis... | Brad King | 2007-08-02 | 1 | -1/+8 |
|
|
* | STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a... | Brad King | 2007-07-02 | 1 | -38/+42 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -26/+7 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -2/+2 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 1 | -1/+3 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -1/+6 |
|
|
* | BUG: Target names in the COMMAND part of a custom command should not create a... | Brad King | 2007-05-23 | 1 | -2/+3 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+20 |
|
|
* | STYLE: functions use upper case for the first letter | Alexander Neundorf | 2007-05-09 | 1 | -1/+1 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -2/+9 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -0/+5 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -0/+4 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -8/+0 |
|
|
* | ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO... | Brad King | 2007-03-09 | 1 | -0/+1 |
|
|
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate dire... | Brad King | 2007-03-09 | 1 | -2/+2 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -3/+3 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -0/+4 |
|
|
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn... | Andy Cedilnik | 2007-02-23 | 1 | -3/+3 |
|
|
* | BUG: fix accidental checkin | Ken Martin | 2007-02-19 | 1 | -4/+0 |
|
|
* | ENH: turn on spaces in path test | Ken Martin | 2007-02-19 | 1 | -0/+4 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -0/+3 |
|
|
* | ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n... | Brad King | 2007-02-01 | 1 | -0/+3 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -3/+6 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+11 |
|
|
* | ENH: updated handling of debug and optimized target link libraries | Ken Martin | 2006-11-29 | 1 | -20/+17 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -0/+5 |
|
|
* | ENH: fix for vtk 4.4 and other projects that may try to link to a module | Bill Hoffman | 2006-05-19 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -5/+9 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -0/+3 |
|
|