summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 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.
* 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
|
* optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory ↵Sebastien Barre2001-05-241-13/+9
| | | | (code was duplicated)
* updated to handle Tk commands compiled/linked separately. Useful for VTK Tk ↵Sebastien Barre2001-05-242-43/+86
| | | | widgets for example.
* 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-244-63/+66
|
* added version numberKen Martin2001-05-245-17/+24
|
* Changed Windows build command to build ReleaseJim Miller2001-05-241-1/+1
|
* ENH: create CMAKE_CXX_FLAGS_[Buildtype] flagsBill Hoffman2001-05-232-0/+36
|
* 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
|
* fixed quoted cmakeKen Martin2001-05-231-9/+6
|
* ENH: add better error messageBill Hoffman2001-05-231-1/+2
|
* 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
|
* added install rulesKen Martin2001-05-237-2/+400
|
* 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
|
* Seems to me that EXEWinHeader was not searched in the right place.Sebastien Barre2001-05-232-8/+8
|
* BUG: do not include /usr/lib in -LBill Hoffman2001-05-221-9/+17
|
* fix CXXFLAGSBill Hoffman2001-05-221-1/+1
|
* *** empty log message ***Bill Hoffman2001-05-221-1/+1
|
* BUG: fix depends and CXXFLAGS passingBill Hoffman2001-05-222-4/+3
|
* fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.Sebastien Barre2001-05-222-6/+6
|
* ENH: PropertyList class addedLuis Ibanez2001-05-221-4/+24
|
* ENH: Added support for the fltk::PropertyList classLuis Ibanez2001-05-222-8/+32
|
* Added interactions with the PropertyList classLuis Ibanez2001-05-223-6/+25
|
* Class to manage the list of properties displayed on the scrollerLuis Ibanez2001-05-222-0/+314
|
* ENH: Converted to new Class and Group tags in place of WrapperSet and Groups ↵Brad King2001-05-211-7/+3
| | | | tags.
* fix for hp x11 and glBill Hoffman2001-05-211-2/+9
|
* fix opengl on hpBill Hoffman2001-05-211-2/+2
|