Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Now only one makefile rule is generated per depenency. This eliminates | Amitha Perera | 2001-05-29 | 1 | -0/+11 |
| | | | | a number of warnings. | ||||
* | bug meaning that set(a b) just set a to "" and not to b | Geoffrey Cross | 2001-05-25 | 1 | -1/+7 |
| | |||||
* | BUG: Fixed stupid error in the hack I just checked in. | Brad King | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: WIN32 executable target rules are now generated in unix the same as any ↵ | Brad King | 2001-05-25 | 1 | -1/+2 |
| | | | | other executable (instead of not at all). | ||||
* | better help | Sebastien Barre | 2001-05-25 | 1 | -2/+2 |
| | |||||
* | display the property name in the help box | Sebastien Barre | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly ↵ | Brad King | 2001-05-25 | 1 | -0/+5 |
| | | | | parse off the last entry of the system PATH environment variable. | ||||
* | BUG: Fixed logic that splits a full path library link into the -L and -l ↵ | Brad King | 2001-05-25 | 1 | -3/+3 |
| | | | | pieces to not write out a -l by itself if the file regular expression does not match. | ||||
* | BUG: missing quote on a custom command | Jim Miller | 2001-05-25 | 1 | -1/+1 |
| | |||||
* | New functions used to extract the components of a full filename. | Sebastien Barre | 2001-05-25 | 2 | -5/+101 |
| | |||||
* | The path found is now collapsed (cleaner). | Sebastien Barre | 2001-05-25 | 1 | -0/+1 |
| | |||||
* | Welcome to cmGetFilenameComponentCommand ("Get a specific component of a ↵ | Sebastien Barre | 2001-05-25 | 3 | -0/+193 |
| | | | | full filename") | ||||
* | Welcome to cmGetFilenameComponentCommand | Sebastien Barre | 2001-05-25 | 1 | -4/+8 |
| | |||||
* | Try to find tclsh or wish and use that path to find the include or lib ↵ | Sebastien Barre | 2001-05-25 | 1 | -0/+35 |
| | | | | directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h) | ||||
* | optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory ↵ | Sebastien Barre | 2001-05-24 | 1 | -13/+9 |
| | | | | (code was duplicated) | ||||
* | ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS. | Brad King | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | updated to handle Tk commands compiled/linked separately. Useful for VTK Tk ↵ | Sebastien Barre | 2001-05-24 | 2 | -43/+86 |
| | | | | widgets for example. | ||||
* | Project independent setting for testing | Jim Miller | 2001-05-24 | 1 | -0/+166 |
| | |||||
* | new Capitalized function. Will be used in the VTK Tcl wrapper for example ↵ | Sebastien Barre | 2001-05-24 | 2 | -0/+21 |
| | | | | (in a more portable way). | ||||
* | *** empty log message *** | Bill Hoffman | 2001-05-24 | 1 | -2/+2 |
| | |||||
* | ENH: change the syntax of the SET command, fix the combo box for larger strings | Bill Hoffman | 2001-05-24 | 7 | -94/+114 |
| | |||||
* | added version number | Ken Martin | 2001-05-24 | 5 | -17/+24 |
| | |||||
* | removed hardcoded VTKDLL | Sebastien Barre | 2001-05-24 | 1 | -2/+2 |
| | |||||
* | slight change in the order of the options (right-most takes precedence) | Sebastien Barre | 2001-05-24 | 4 | -12/+12 |
| | |||||
* | Changed Windows build command to build Release | Jim Miller | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | Intermediate Dir was wrong | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | /Gz => /GZ | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | removed /O2 from debug | Sebastien Barre | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags | Bill Hoffman | 2001-05-23 | 7 | -29/+100 |
| | |||||
* | add compute systeminfo | Bill Hoffman | 2001-05-23 | 1 | -0/+1 |
| | |||||
* | bug finding windows template file | Ken Martin | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | command line fixes for win32 | Ken Martin | 2001-05-23 | 2 | -7/+13 |
| | |||||
* | ReleaseMinSize => MinSizeRel | Sebastien Barre | 2001-05-23 | 5 | -20/+20 |
| | |||||
* | BUG: remove vtkCommon | Bill Hoffman | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | fixed quoted cmake | Ken Martin | 2001-05-23 | 1 | -9/+6 |
| | |||||
* | ENH: add better error message | Bill Hoffman | 2001-05-23 | 1 | -1/+2 |
| | |||||
* | DSPs have to be binary | Geoffrey Cross | 2001-05-23 | 0 | -0/+0 |
| | |||||
* | ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll template | Bill Hoffman | 2001-05-23 | 5 | -15/+44 |
| | |||||
* | ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default ↵ | Brad King | 2001-05-23 | 2 | -0/+10 |
| | | | | that prints out an error message so that anyone who adds a target doesn't forget to update the switch. | ||||
* | install fixes for win32 | Ken Martin | 2001-05-23 | 4 | -8/+22 |
| | |||||
* | added install target support | Ken Martin | 2001-05-23 | 3 | -12/+111 |
| | |||||
* | Module to search for VTK include and library paths | Luis Ibanez | 2001-05-23 | 1 | -0/+16 |
| | |||||
* | added install rules | Ken Martin | 2001-05-23 | 7 | -2/+400 |
| | |||||
* | added prefix to config | Ken Martin | 2001-05-23 | 1 | -0/+1 |
| | |||||
* | BUG: remove warning | Bill Hoffman | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix output directory | Bill Hoffman | 2001-05-23 | 1 | -5/+6 |
| | |||||
* | added PROJECT_SOURCE_DIR | Ken Martin | 2001-05-23 | 1 | -0/+8 |
| | |||||
* | ENH: allow duplicate libraries | Bill Hoffman | 2001-05-23 | 1 | -4/+1 |
| | |||||
* | Template now uses EXECUTABLE_OUTPUT_PATH too. | Sebastien Barre | 2001-05-23 | 1 | -6/+6 |
| | |||||
* | PROP BASE and PROP were inverted | Sebastien Barre | 2001-05-23 | 1 | -2/+2 |
| |