| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Finish up the Framework creation code restructuring. Frameworks build an... | David Cole | 2007-10-10 | 1 | -8/+102 |
|
|
* | ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of... | Brad King | 2007-09-10 | 1 | -0/+6 |
|
|
* | STYLE: fix typo | Alexander Neundorf | 2007-08-09 | 1 | -1/+1 |
|
|
* | ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t... | Brad King | 2007-08-03 | 1 | -2/+3 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -2/+2 |
|
|
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the lis... | Brad King | 2007-08-02 | 1 | -8/+14 |
|
|
* | BUG: Only pay attention to the FRAMEWORK target property for SHARED library t... | David Cole | 2007-08-01 | 1 | -2/+4 |
|
|
* | BUG: <CONFIG>_LOCATION property should use the config name in the directory a... | Brad King | 2007-08-01 | 1 | -5/+11 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 1 | -42/+40 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 1 | -41/+43 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 1 | -43/+41 |
|
|
* | STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a... | Brad King | 2007-07-02 | 1 | -180/+211 |
|
|
* | ENH: here we really want only non-imported targets, as discussed with Brad | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
|
|
* | BUG: handle dependencies to imported targets better: don't create a | Alexander Neundorf | 2007-06-21 | 1 | -2/+2 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -247/+224 |
|
|
* | ENH: Moved link library related code from GenerateSourceFilesFromSourceLists ... | Brad King | 2007-05-28 | 1 | -8/+13 |
|
|
* | ENH: Removed "Used" mark from custom commands. It is no longer needed or che... | Brad King | 2007-05-28 | 1 | -10/+0 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | BUG: don't use non-imported target when cross compiling as commands in custom... | Alexander Neundorf | 2007-05-24 | 1 | -3/+3 |
|
|
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -6/+6 |
|
|
* | BUG: Target names in the COMMAND part of a custom command should not create a... | Brad King | 2007-05-23 | 1 | -38/+32 |
|
|
* | COMP: don't user string::clear(), fix warnings about unused variables | Alexander Neundorf | 2007-05-23 | 1 | -4/+4 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -39/+141 |
|
|
* | BUG: An empty configuration name is equivalent to no configuration. | Brad King | 2007-05-17 | 1 | -1/+1 |
|
|
* | BUG: fix segfault when trying to get the object file for a sourcefile in an | Alexander Neundorf | 2007-05-15 | 1 | -12/+15 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-05-14 | 1 | -4/+6 |
|
|
* | STYLE: fix line length | Alexander Neundorf | 2007-05-10 | 1 | -2/+4 |
|
|
* | STYLE: functions use upper case for the first letter | Alexander Neundorf | 2007-05-09 | 1 | -5/+5 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -2/+52 |
|
|
* | ENH: initial support for creation of frameworks on Mac | Bill Hoffman | 2007-05-08 | 1 | -1/+18 |
|
|
* | ENH: added internal target property for the name of the project file | Ken Martin | 2007-04-10 | 1 | -0/+6 |
|
|
* | ENH: Created method cmTarget::GetExportMacro to centralize computation of the... | Brad King | 2007-03-28 | 1 | -0/+27 |
|
|
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It enables... | Brad King | 2007-03-22 | 1 | -0/+17 |
|
|
* | ENH: Added support for import libraries created by executable and module targ... | Brad King | 2007-03-19 | 1 | -18/+59 |
|
|
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -3/+2 |
|
|
* | ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO... | Brad King | 2007-03-09 | 1 | -28/+134 |
|
|
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate dire... | Brad King | 2007-03-09 | 1 | -6/+15 |
|
|
* | ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar... | Brad King | 2007-03-08 | 1 | -2/+6 |
|
|
* | COMP: Fixed enumeration-not-used warning in switch. | Brad King | 2007-03-08 | 1 | -13/+18 |
|
|
* | ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil... | Brad King | 2007-03-08 | 1 | -28/+48 |
|
|
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn... | Andy Cedilnik | 2007-02-23 | 1 | -4/+4 |
|
|
* | BUG: fix accidental checkin | Ken Martin | 2007-02-19 | 1 | -50/+6 |
|
|
* | ENH: turn on spaces in path test | Ken Martin | 2007-02-19 | 1 | -2/+49 |
|
|
* | STYLE: fix line length issues | Bill Hoffman | 2007-02-17 | 1 | -1/+2 |
|
|
* | ENH: check in initial conv library stuff | Bill Hoffman | 2007-02-16 | 1 | -3/+63 |
|
|
* | ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n... | Brad King | 2007-02-01 | 1 | -0/+11 |
|
|
* | BUG: The .pdb file generated for a library or executable should match the rea... | Brad King | 2007-02-01 | 1 | -8/+22 |
|
|
* | COMP: fix some warnings and style issues | Ken Martin | 2006-12-08 | 1 | -1/+2 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -14/+247 |
|
|
* | ENH: fix bug in full path to target depends stuff | Bill Hoffman | 2006-12-07 | 1 | -0/+2 |
|
|