summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new commandKen Martin2002-08-133-0/+234
|
* compiler warningKen Martin2002-08-121-1/+1
|
* better IF ELSE handlingKen Martin2002-08-093-27/+13
|
* FIX: fix commit messup (this change was committed to the branch instead of ↵Sebastien Barre2002-08-091-2/+2
| | | | the main tree, thus was wiped-out later)
* FIX:Sebastien Barre2002-08-091-9/+15
| | | | | | - WINDOWS does not exist, use WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), - fix an un-closed IF, - use same prefix for vars (and make it advanced)
* This hopefully finds wxWindows on UNIXAndy Cedilnik2002-08-091-3/+17
|
* Add UNIX support for WXWINDOWSAndy Cedilnik2002-08-081-20/+29
|
* Add return value support and add documentationAndy Cedilnik2002-08-082-15/+47
|
* ENH: Updated copyright.Brad King2002-08-081-14/+19
|
* Add option of storing output to the variableAndy Cedilnik2002-08-082-2/+30
|
* ENH: first stab at wxWindows support (win32)Sebastien Barre2002-08-081-0/+39
|
* ENH: Adding installation for man page.Brad King2002-08-081-1/+1
|
* BUG: handle .exe extension for cygwinBill Hoffman2002-08-081-13/+4
|
* ENH: Initial checkin of unix manpage.Brad King2002-08-081-0/+112
|
* fixed some compiler warnings and leaksKen Martin2002-08-081-0/+2
|
* ENH: Split install script into two parts. Added basic support for adding ↵Brad King2002-08-078-172/+259
| | | | more files to the distribution and creating packages.
* fixed some compiler warnings and leaksKen Martin2002-08-071-1/+1
|
* fixed some compiler warnings and leaksKen Martin2002-08-071-15/+4
|
* ENH: Images library added. Names for debuggin versions in windows added.Luis Ibanez2002-08-051-5/+9
|
* minor fixKen Martin2002-08-051-3/+8
|
* FIX: names styles for fltkgl and fltkforms are different in windows and linux.Luis Ibanez2002-08-021-2/+2
| | | | | Both styles are now searched taking advantage of the NAMES option in FIND_LIBRARY.
* FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ↵Sebastien Barre2002-08-021-0/+1
| | | | I guess in 1.25)
* FIX: stupid pb fixed (close to being medieval'ed by The Ken)Sebastien Barre2002-08-011-1/+2
|
* no longer need an argumentKen Martin2002-08-011-2/+1
|
* BUG: fix jump to directory and build for nmake if library path is not set. ↵Bill Hoffman2002-07-314-51/+43
| | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
* minor fix for c testsKen Martin2002-07-311-1/+1
|
* fixed support for C test programsKen Martin2002-07-311-4/+4
|
* FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use.Sebastien Barre2002-07-311-4/+29
|
* FIX: <stdlib.h> is enough to get malloc()/free()Sebastien Barre2002-07-311-1/+1
|
* updated to mods in commandKen Martin2002-07-304-7/+7
|
* updated to handle extensionsKen Martin2002-07-302-11/+34
|
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-4/+6
|
* FIX: la commande créait du code C++. Du code C devrait faire l'affaire.Sebastien Barre2002-07-301-8/+11
|
* ENH: change the search path order (if several Tcl/Tk are installed, the ↵Sebastien Barre2002-07-291-2/+2
| | | | "current" version is likely to be the one that is bound to the wish/tclsh found in the PATH)
* ENH: clean the module, add debug libsSebastien Barre2002-07-261-69/+56
|
* BUG: Only one generated Tcl wrapper source was getting added to the ↵Brad King2002-07-262-6/+7
| | | | package's library.
* BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer ↵Brad King2002-07-261-1/+10
| | | | to extern "C" version.
* BUG: Generated vtkCommand prototype cannot be extern "C" because it may not ↵Brad King2002-07-251-4/+2
| | | | match with the version in VTK.
* Ok, now cd will work on windowsAndy Cedilnik2002-07-251-1/+1
|
* fixed warningWill Schroeder2002-07-251-1/+4
|
* FIX: the stub libs were not searchedSebastien Barre2002-07-251-0/+34
|
* makefile now does not ignore NOTFOUND libs and includesKen Martin2002-07-251-17/+0
|
* makefile now ignores NOTFOUND libs and includesKen Martin2002-07-251-0/+17
|
* ENH: Added release script configuration for IRIX build.Brad King2002-07-221-0/+7
|
* ENH: better Drag&Drop, and change source dir automatically when build dir is ↵Sebastien Barre2002-07-221-15/+50
| | | | changed in the GUI
* allows no argumentsKen Martin2002-07-222-4/+2
|
* ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut tooSebastien Barre2002-07-211-6/+3
|
* ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut tooSebastien Barre2002-07-214-25/+110
|
* modified to accept no argumentsKen Martin2002-07-201-2/+2
|
* fixed some empty descriptionsKen Martin2002-07-191-14/+18
|