summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Deprecate export_library_dependenciesBrad King2008-02-201-2/+15
| | | | | - Reference export() and install(EXPORT) - Fix to support OUTPUT_NAME in simple cases
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* STYLE: make formatting of help a bit more consistentAlexander Neundorf2007-12-201-4/+4
| | | | Alex
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
|
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-1/+3
| | | | | | | | | | | | GetLocaGenerators(cmLocalGenerators) from cmGlobalGenerator(). Now there is one const accessor which is even faster since it returns a reference (instead of copying a vector) -more const to ensure that this the returned local generators don't actually get modified -removed duplicated code in GetCTestCommand() and GetCPackCommand() -added some const accessors Alex
* STYLE: fix line lengthKen Martin2006-05-101-2/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-4/+6
|
* ENH: add a new command that allows exports of library dependencies from a ↵Bill Hoffman2003-01-201-0/+85
project to a file