summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2006-03-161-6/+4
| | | | for both cases.
* 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
| | | | of const junk
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-7/+0
| | | | needed
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵Brad King2004-11-031-1/+2
| | | | more explicity.
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵Brad King2004-11-031-2/+2
| | | | replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
* 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 ↵Bill Hoffman2003-01-201-0/+107
project to a file