summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.h
Commit message (Collapse)AuthorAgeFilesLines
* 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