Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: write the cmake version into the file created by ↵ | Alexander Neundorf | 2008-04-27 | 1 | -0/+2 |
| | | | | | | | | | | EXPORT_LIBRARY_DEPENDENCIES() to help with debugging later on. The same should be done in the import target files (but I didn't have time to do it yet). STYLE: fix line length in cmListFileCache.cxx Alex | ||||
* | ENH: Deprecate export_library_dependencies | Brad King | 2008-02-20 | 1 | -4/+15 |
| | | | | | - Reference export() and install(EXPORT) - Fix to support OUTPUT_NAME in simple cases | ||||
* | STYLE: Fix line-too-long in cmExportLibraryDependencies. | Brad King | 2008-02-12 | 1 | -2/+4 |
| | |||||
* | BUG: Fix export_library_dependencies command to produce a file that is ↵ | Brad King | 2008-02-11 | 1 | -21/+97 |
| | | | | compatible with CMake 2.4. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+1 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -25/+26 |
| | | | | | | | | | | | | 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: remove wrong comments | Alexander Neundorf | 2007-06-07 | 1 | -4/+0 |
| | | | | Alex | ||||
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create ↵ | Brad King | 2007-05-23 | 1 | -19/+15 |
| | | | | targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -5/+5 |
| | |||||
* | COMP: Using KWSys auto_ptr to avoid cross-platform problems. | Brad King | 2006-03-16 | 1 | -4/+4 |
| | |||||
* | COMP: Fix for auto_ptr usage on VC6's broken implementation. | Brad King | 2006-03-16 | 1 | -2/+4 |
| | |||||
* | BUG: Do not leak the ofstream object in append mode. Just use an auto_ptr ↵ | Brad King | 2006-03-16 | 1 | -6/+4 |
| | | | | for both cases. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -1/+1 |
| | | | | of const junk | ||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -7/+0 |
| | | | | needed | ||||
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵ | Brad King | 2004-11-03 | 1 | -1/+2 |
| | | | | more explicity. | ||||
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵ | Brad King | 2004-11-03 | 1 | -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 failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ERR: Added missing include for auto_ptr. | Brad King | 2004-03-16 | 1 | -0/+2 |
| | |||||
* | BUG#675: If not appending, do copy-if-different on exported file. | Brad King | 2004-03-15 | 1 | -6/+13 |
| | |||||
* | fix for bug # 101 | Ken Martin | 2003-08-01 | 1 | -0/+16 |
| | |||||
* | BUG: Removed generation of stray paren. | Brad King | 2003-02-03 | 1 | -2/+0 |
| | |||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -0/+107 |
project to a file |