Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added new command | Ken Martin | 2002-08-13 | 3 | -0/+234 |
| | |||||
* | compiler warning | Ken Martin | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 3 | -27/+13 |
| | |||||
* | FIX: fix commit messup (this change was committed to the branch instead of ↵ | Sebastien Barre | 2002-08-09 | 1 | -2/+2 |
| | | | | the main tree, thus was wiped-out later) | ||||
* | FIX: | Sebastien Barre | 2002-08-09 | 1 | -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 UNIX | Andy Cedilnik | 2002-08-09 | 1 | -3/+17 |
| | |||||
* | Add UNIX support for WXWINDOWS | Andy Cedilnik | 2002-08-08 | 1 | -20/+29 |
| | |||||
* | Add return value support and add documentation | Andy Cedilnik | 2002-08-08 | 2 | -15/+47 |
| | |||||
* | ENH: Updated copyright. | Brad King | 2002-08-08 | 1 | -14/+19 |
| | |||||
* | Add option of storing output to the variable | Andy Cedilnik | 2002-08-08 | 2 | -2/+30 |
| | |||||
* | ENH: first stab at wxWindows support (win32) | Sebastien Barre | 2002-08-08 | 1 | -0/+39 |
| | |||||
* | ENH: Adding installation for man page. | Brad King | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | BUG: handle .exe extension for cygwin | Bill Hoffman | 2002-08-08 | 1 | -13/+4 |
| | |||||
* | ENH: Initial checkin of unix manpage. | Brad King | 2002-08-08 | 1 | -0/+112 |
| | |||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-08 | 1 | -0/+2 |
| | |||||
* | ENH: Split install script into two parts. Added basic support for adding ↵ | Brad King | 2002-08-07 | 8 | -172/+259 |
| | | | | more files to the distribution and creating packages. | ||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-07 | 1 | -1/+1 |
| | |||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-07 | 1 | -15/+4 |
| | |||||
* | ENH: Images library added. Names for debuggin versions in windows added. | Luis Ibanez | 2002-08-05 | 1 | -5/+9 |
| | |||||
* | minor fix | Ken Martin | 2002-08-05 | 1 | -3/+8 |
| | |||||
* | FIX: names styles for fltkgl and fltkforms are different in windows and linux. | Luis Ibanez | 2002-08-02 | 1 | -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 Barre | 2002-08-02 | 1 | -0/+1 |
| | | | | I guess in 1.25) | ||||
* | FIX: stupid pb fixed (close to being medieval'ed by The Ken) | Sebastien Barre | 2002-08-01 | 1 | -1/+2 |
| | |||||
* | no longer need an argument | Ken Martin | 2002-08-01 | 1 | -2/+1 |
| | |||||
* | BUG: fix jump to directory and build for nmake if library path is not set. ↵ | Bill Hoffman | 2002-07-31 | 4 | -51/+43 |
| | | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir | ||||
* | minor fix for c tests | Ken Martin | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | fixed support for C test programs | Ken Martin | 2002-07-31 | 1 | -4/+4 |
| | |||||
* | FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use. | Sebastien Barre | 2002-07-31 | 1 | -4/+29 |
| | |||||
* | FIX: <stdlib.h> is enough to get malloc()/free() | Sebastien Barre | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | updated to mods in command | Ken Martin | 2002-07-30 | 4 | -7/+7 |
| | |||||
* | updated to handle extensions | Ken Martin | 2002-07-30 | 2 | -11/+34 |
| | |||||
* | FIX: la commande créait du code C++. Du code C devrait faire l'affaire. | Sebastien Barre | 2002-07-30 | 1 | -4/+6 |
| | |||||
* | FIX: la commande créait du code C++. Du code C devrait faire l'affaire. | Sebastien Barre | 2002-07-30 | 1 | -8/+11 |
| | |||||
* | ENH: change the search path order (if several Tcl/Tk are installed, the ↵ | Sebastien Barre | 2002-07-29 | 1 | -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 libs | Sebastien Barre | 2002-07-26 | 1 | -69/+56 |
| | |||||
* | BUG: Only one generated Tcl wrapper source was getting added to the ↵ | Brad King | 2002-07-26 | 2 | -6/+7 |
| | | | | package's library. | ||||
* | BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer ↵ | Brad King | 2002-07-26 | 1 | -1/+10 |
| | | | | to extern "C" version. | ||||
* | BUG: Generated vtkCommand prototype cannot be extern "C" because it may not ↵ | Brad King | 2002-07-25 | 1 | -4/+2 |
| | | | | match with the version in VTK. | ||||
* | Ok, now cd will work on windows | Andy Cedilnik | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | fixed warning | Will Schroeder | 2002-07-25 | 1 | -1/+4 |
| | |||||
* | FIX: the stub libs were not searched | Sebastien Barre | 2002-07-25 | 1 | -0/+34 |
| | |||||
* | makefile now does not ignore NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -17/+0 |
| | |||||
* | makefile now ignores NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -0/+17 |
| | |||||
* | ENH: Added release script configuration for IRIX build. | Brad King | 2002-07-22 | 1 | -0/+7 |
| | |||||
* | ENH: better Drag&Drop, and change source dir automatically when build dir is ↵ | Sebastien Barre | 2002-07-22 | 1 | -15/+50 |
| | | | | changed in the GUI | ||||
* | allows no arguments | Ken Martin | 2002-07-22 | 2 | -4/+2 |
| | |||||
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 1 | -6/+3 |
| | |||||
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 4 | -25/+110 |
| | |||||
* | modified to accept no arguments | Ken Martin | 2002-07-20 | 1 | -2/+2 |
| | |||||
* | fixed some empty descriptions | Ken Martin | 2002-07-19 | 1 | -14/+18 |
| |