summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependencies.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: write the cmake version into the file created by EXPORT_LIBRARY_DEPENDEN...Alexander Neundorf2008-04-271-0/+2
* ENH: Deprecate export_library_dependenciesBrad King2008-02-201-4/+15
* STYLE: Fix line-too-long in cmExportLibraryDependencies.Brad King2008-02-121-2/+4
* BUG: Fix export_library_dependencies command to produce a file that is compat...Brad King2008-02-111-21/+97
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-25/+26
* STYLE: remove wrong commentsAlexander Neundorf2007-06-071-4/+0
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-19/+15
* STYLE: fix line lengthKen Martin2006-05-101-5/+5
* COMP: Using KWSys auto_ptr to avoid cross-platform problems.Brad King2006-03-161-4/+4
* COMP: Fix for auto_ptr usage on VC6's broken implementation.Brad King2006-03-161-2/+4
* BUG: Do not leak the ofstream object in append mode. Just use an auto_ptr fo...Brad King2006-03-161-6/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+7
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-1/+1
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-7/+0
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...Brad King2004-11-031-1/+2
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...Brad King2004-11-031-2/+2
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ERR: Added missing include for auto_ptr.Brad King2004-03-161-0/+2
* BUG#675: If not appending, do copy-if-different on exported file.Brad King2004-03-151-6/+13
* fix for bug # 101Ken Martin2003-08-011-0/+16
* BUG: Removed generation of stray paren.Brad King2003-02-031-2/+0
* ENH: add a new command that allows exports of library dependencies from a pro...Bill Hoffman2003-01-201-0/+107