| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -26/+7 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -2/+2 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 1 | -1/+3 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -1/+6 |
|
|
* | BUG: Target names in the COMMAND part of a custom command should not create a... | Brad King | 2007-05-23 | 1 | -2/+3 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+20 |
|
|
* | STYLE: functions use upper case for the first letter | Alexander Neundorf | 2007-05-09 | 1 | -1/+1 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -2/+9 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -0/+5 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -0/+4 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -8/+0 |
|
|
* | ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO... | Brad King | 2007-03-09 | 1 | -0/+1 |
|
|
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate dire... | Brad King | 2007-03-09 | 1 | -2/+2 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -3/+3 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -0/+4 |
|
|
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn... | Andy Cedilnik | 2007-02-23 | 1 | -3/+3 |
|
|
* | BUG: fix accidental checkin | Ken Martin | 2007-02-19 | 1 | -4/+0 |
|
|
* | ENH: turn on spaces in path test | Ken Martin | 2007-02-19 | 1 | -0/+4 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -0/+3 |
|
|
* | ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n... | Brad King | 2007-02-01 | 1 | -0/+3 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -3/+6 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+11 |
|
|
* | ENH: updated handling of debug and optimized target link libraries | Ken Martin | 2006-11-29 | 1 | -20/+17 |
|
|
* | ENH: Adding image version number (major.minor) property to windows binaries. ... | Brad King | 2006-10-16 | 1 | -0/+5 |
|
|
* | ENH: fix for vtk 4.4 and other projects that may try to link to a module | Bill Hoffman | 2006-05-19 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -5/+9 |
|
|
* | ENH: Added global TargetManifest computation between Configure and Generate s... | Brad King | 2006-04-04 | 1 | -0/+3 |
|
|
* | ENH: Add proper support for installing bundles | Andy Cedilnik | 2006-03-28 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -47/+49 |
|
|
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -3/+6 |
|
|
* | ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ... | Brad King | 2006-03-03 | 1 | -3/+0 |
|
|
* | ENH: Add support for exporting graphviz of the project dependencies | Andy Cedilnik | 2006-03-03 | 1 | -0/+2 |
|
|
* | COMP: Even more global target fixes | Andy Cedilnik | 2006-02-24 | 1 | -2/+2 |
|
|
* | ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM... | Brad King | 2006-02-24 | 1 | -1/+12 |
|
|
* | ENH: Add a notion of a global target | Andy Cedilnik | 2006-02-23 | 1 | -1/+1 |
|
|
* | BUG: Fixed relink with new install framework. | Brad King | 2006-02-19 | 1 | -1/+8 |
|
|
* | ENH: Generate import libraries for DLLs on Cygwin and MinGW. | Brad King | 2006-02-18 | 1 | -12/+12 |
|
|
* | ENH: Implemented RPATH specification support. It is documented by the comman... | Brad King | 2006-02-16 | 1 | -2/+14 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -20/+37 |
|
|
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+6 |
|
|
* | ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ... | Brad King | 2005-12-14 | 1 | -18/+13 |
|
|
* | ENH: some fixes for better backwards compatibility | Ken Martin | 2005-10-10 | 1 | -1/+2 |
|
|
* | ENH: Added versioned executable support. This partially addresses bug#2143. ... | Brad King | 2005-08-17 | 1 | -0/+17 |
|
|
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ... | Ken Martin | 2005-06-22 | 1 | -37/+38 |
|
|
* | ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato... | Brad King | 2005-04-22 | 1 | -5/+26 |
|
|
* | ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove... | Brad King | 2005-04-22 | 1 | -0/+12 |
|
|
* | COMP: Added missing forward declaration of cmMakefile. This was only working... | Brad King | 2005-02-18 | 1 | -0/+2 |
|
|
* | ENH: add the ability to generate custom commands for a language that is not s... | Bill Hoffman | 2004-10-21 | 1 | -4/+11 |
|
|
* | ENH: major changes to support addition of languages from cmake modules direct... | Bill Hoffman | 2004-09-22 | 1 | -6/+9 |
|
|
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+3 |
|
|