| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -1/+1 |
|
|
* | ENH: Make install on windows seems to work now | Andy Cedilnik | 2004-01-27 | 1 | -0/+7 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | moved function into cmTarget | Ken Martin | 2003-06-24 | 1 | -1/+6 |
|
|
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -3/+17 |
|
|
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 1 | -2/+9 |
|
|
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 1 | -25/+42 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+1 |
|
|
* | BUG: Correct some of the dependency analysis code. | Amitha Perera | 2002-05-10 | 1 | -1/+1 |
|
|
* | ENH: change set<string> to set<cmStdString> to avoid long symbols that crash... | Bill Hoffman | 2002-05-09 | 1 | -8/+8 |
|
|
* | ENH: rework library depend stuff | Bill Hoffman | 2002-05-03 | 1 | -10/+14 |
|
|
* | - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used | Amitha Perera | 2002-05-03 | 1 | -3/+7 |
|
|
* | remove canonical conversion for lib names | Bill Hoffman | 2002-05-02 | 1 | -7/+0 |
|
|
* | BUG: The library paths should stay with the libraries during dependency analy... | Amitha Perera | 2002-05-02 | 1 | -1/+7 |
|
|
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -10/+1 |
|
|
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -1/+61 |
|
|
* | ENH: add enable language support for PROJECT command, this means that a C onl... | Bill Hoffman | 2002-04-02 | 1 | -0/+2 |
|
|
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ... | Bill Hoffman | 2002-03-29 | 1 | -4/+4 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. | Luis Ibanez | 2001-12-11 | 1 | -1/+1 |
|
|
* | ENH: A type of target was added for representing GENERATED_CODE | Luis Ibanez | 2001-11-29 | 1 | -1/+2 |
|
|
* | Changes to allow MODULE type target for a shared library | Yves Starreveld | 2001-08-28 | 1 | -1/+1 |
|
|
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol le... | Bill Hoffman | 2001-08-22 | 1 | -1/+1 |
|
|
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved... | Brad King | 2001-07-31 | 1 | -1/+1 |
|
|
* | ENH: Added support for selection of static/shared build on a per-library basis. | Brad King | 2001-07-02 | 1 | -1/+2 |
|
|
* | duh | Ken Martin | 2001-06-13 | 1 | -8/+0 |
|
|
* | minor cvs web changeCMakeLists.txt | Ken Martin | 2001-06-13 | 1 | -0/+9 |
|
|
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -0/+8 |
|
|
* | added install rules | Ken Martin | 2001-05-23 | 1 | -2/+11 |
|
|
* | added win32 executable option | Ken Martin | 2001-05-10 | 1 | -1/+1 |
|
|
* | option to make utilities in the all target | Ken Martin | 2001-05-04 | 1 | -0/+8 |
|
|