summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New cmake command to specify a single testJim Miller2001-06-062-0/+169
|
* Module name between Unix and Windows got switched by mistake.Berk Geveci2001-06-051-2/+2
|
* ENH: Some tweaks, hacks and #ifdefs required to compileJohn Biddiscombe2001-06-052-3/+44
| | | | cmake on Borland C++Builder
* ENH: add PathDialogBill Hoffman2001-06-051-1/+5
|
* ENH: add better path chooser dialogBill Hoffman2001-06-054-77/+469
|
* BUG: fix EXE and LIB path problemsBill Hoffman2001-06-052-2/+82
|
* STYLE: line too longBill Hoffman2001-06-042-2/+4
|
* ENH: print all argumentsBill Hoffman2001-06-041-1/+8
|
* ENH: add better error checkingBill Hoffman2001-06-041-0/+15
|
* removed find include commandKen Martin2001-06-042-232/+0
|
* removed find include command finally added messageKen Martin2001-06-041-2/+2
|
* new message commandKen Martin2001-06-042-5/+12
|
* new commandKen Martin2001-06-042-0/+159
|
* unused variableKen Martin2001-06-041-3/+0
|
* the "Release" target is not the default.Sebastien Barre2001-06-045-5/+5
|
* ENH: try to better handle control-c during make MakefilesBill Hoffman2001-06-042-5/+37
|
* BUG: clean up memory leaks.Bill Hoffman2001-06-048-8/+74
|
* fix for network includ pathsKen Martin2001-06-012-2/+22
|
* Fixing the module name for Unix.Berk Geveci2001-06-011-13/+8
|
* BUG: fix edit of directoriesBill Hoffman2001-05-312-6/+8
|
* Should not use decl if not on Windows.Berk Geveci2001-05-311-0/+8
|
* BUG: add missing fileBill Hoffman2001-05-301-0/+17
|
* ENH: remove unused includesBill Hoffman2001-05-301-3/+0
|
* ENH: change MFC gui to use cmake classBill Hoffman2001-05-309-79/+75
|
* 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
|