summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Now only one makefile rule is generated per depenency. This eliminatesAmitha Perera2001-05-291-0/+11
| | | | a number of warnings.
* bug meaning that set(a b) just set a to "" and not to bGeoffrey Cross2001-05-251-1/+7
|
* BUG: Fixed stupid error in the hack I just checked in.Brad King2001-05-251-1/+1
|
* BUG: WIN32 executable target rules are now generated in unix the same as any ↵Brad King2001-05-251-1/+2
| | | | other executable (instead of not at all).
* better helpSebastien Barre2001-05-251-2/+2
|
* display the property name in the help boxSebastien Barre2001-05-251-1/+1
|
* BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly ↵Brad King2001-05-251-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 King2001-05-251-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 commandJim Miller2001-05-251-1/+1
|
* New functions used to extract the components of a full filename.Sebastien Barre2001-05-252-5/+101
|
* The path found is now collapsed (cleaner).Sebastien Barre2001-05-251-0/+1
|
* Welcome to cmGetFilenameComponentCommand ("Get a specific component of a ↵Sebastien Barre2001-05-253-0/+193
| | | | full filename")
* Welcome to cmGetFilenameComponentCommandSebastien Barre2001-05-251-4/+8
|
* Try to find tclsh or wish and use that path to find the include or lib ↵Sebastien Barre2001-05-251-0/+35
| | | | directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h)
* optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory ↵Sebastien Barre2001-05-241-13/+9
| | | | (code was duplicated)
* ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS.Brad King2001-05-241-1/+1
|
* updated to handle Tk commands compiled/linked separately. Useful for VTK Tk ↵Sebastien Barre2001-05-242-43/+86
| | | | widgets for example.
* Project independent setting for testingJim Miller2001-05-241-0/+166
|
* new Capitalized function. Will be used in the VTK Tcl wrapper for example ↵Sebastien Barre2001-05-242-0/+21
| | | | (in a more portable way).
* *** empty log message ***Bill Hoffman2001-05-241-2/+2
|
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-247-94/+114
|
* added version numberKen Martin2001-05-245-17/+24
|
* removed hardcoded VTKDLLSebastien Barre2001-05-241-2/+2
|
* slight change in the order of the options (right-most takes precedence)Sebastien Barre2001-05-244-12/+12
|
* Changed Windows build command to build ReleaseJim Miller2001-05-241-1/+1
|
* Intermediate Dir was wrongSebastien Barre2001-05-231-1/+1
|
* /Gz => /GZSebastien Barre2001-05-231-1/+1
|
* removed /O2 from debugSebastien Barre2001-05-231-1/+1
|
* ENH: create CMAKE_CXX_FLAGS_[Buildtype] flagsBill Hoffman2001-05-237-29/+100
|
* add compute systeminfoBill Hoffman2001-05-231-0/+1
|
* bug finding windows template fileKen Martin2001-05-231-1/+1
|
* command line fixes for win32Ken Martin2001-05-232-7/+13
|
* ReleaseMinSize => MinSizeRelSebastien Barre2001-05-235-20/+20
|
* BUG: remove vtkCommonBill Hoffman2001-05-231-1/+1
|
* fixed quoted cmakeKen Martin2001-05-231-9/+6
|
* ENH: add better error messageBill Hoffman2001-05-231-1/+2
|
* DSPs have to be binaryGeoffrey Cross2001-05-230-0/+0
|
* ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll templateBill Hoffman2001-05-235-15/+44
|
* ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default ↵Brad King2001-05-232-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 win32Ken Martin2001-05-234-8/+22
|
* added install target supportKen Martin2001-05-233-12/+111
|
* Module to search for VTK include and library pathsLuis Ibanez2001-05-231-0/+16
|
* added install rulesKen Martin2001-05-237-2/+400
|
* added prefix to configKen Martin2001-05-231-0/+1
|
* BUG: remove warningBill Hoffman2001-05-231-1/+1
|
* BUG: fix output directoryBill Hoffman2001-05-231-5/+6
|
* added PROJECT_SOURCE_DIRKen Martin2001-05-231-0/+8
|
* ENH: allow duplicate librariesBill Hoffman2001-05-231-4/+1
|
* Template now uses EXECUTABLE_OUTPUT_PATH too.Sebastien Barre2001-05-231-6/+6
|
* PROP BASE and PROP were invertedSebastien Barre2001-05-231-2/+2
|