| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 mor... | Brad King | 2002-08-07 | 8 | -172/+259 |
|
|
* | 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 |
|
|
* | FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ... | Sebastien Barre | 2002-08-02 | 1 | -0/+1 |
|
|
* | 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. co... | Bill Hoffman | 2002-07-31 | 4 | -51/+43 |
|
|
* | 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 "curr... | Sebastien Barre | 2002-07-29 | 1 | -2/+2 |
|
|
* | 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 package's... | Brad King | 2002-07-26 | 2 | -6/+7 |
|
|
* | BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer t... | Brad King | 2002-07-26 | 1 | -1/+10 |
|
|
* | BUG: Generated vtkCommand prototype cannot be extern "C" because it may not m... | Brad King | 2002-07-25 | 1 | -4/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | full variable replacement and removal or empty arguments | Ken Martin | 2002-07-19 | 1 | -9/+23 |
|
|
* | does not need a second argument | Ken Martin | 2002-07-19 | 1 | -1/+7 |
|
|
* | ERR: remove automatic Carbon framework on osx | Yves Starreveld | 2002-07-18 | 2 | -2/+2 |
|
|
* | fixe for files with paths | Ken Martin | 2002-07-17 | 1 | -1/+9 |
|
|
* | Fix changing of directories using cmSystemTools RunCommand feature | Andy Cedilnik | 2002-07-17 | 1 | -9/+6 |
|
|
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 6 | -17/+26 |
|
|
* | ENH: Added test for IF inside a FOREACH. | Brad King | 2002-07-16 | 9 | -6/+84 |
|
|
* | ENH: Adding release script configuration for HPUX.e | Brad King | 2002-07-15 | 1 | -0/+13 |
|
|
* | ENH: Added release configuration file for Sun. | Brad King | 2002-07-15 | 1 | -0/+15 |
|
|
* | ENH: Made release script more generic for creating static and shared releases. | Brad King | 2002-07-15 | 2 | -18/+22 |
|
|