summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* full variable replacement and removal or empty argumentsKen Martin2002-07-191-9/+23
|
* does not need a second argumentKen Martin2002-07-191-1/+7
|
* ERR: remove automatic Carbon framework on osxYves Starreveld2002-07-182-2/+2
|
* fixe for files with pathsKen Martin2002-07-171-1/+9
|
* Fix changing of directories using cmSystemTools RunCommand featureAndy Cedilnik2002-07-171-9/+6
|
* fixed if statements inside a foreachKen Martin2002-07-176-17/+26
|
* ENH: Added test for IF inside a FOREACH.Brad King2002-07-169-6/+84
|
* ENH: Adding release script configuration for HPUX.eBrad King2002-07-151-0/+13
|
* ENH: Added release configuration file for Sun.Brad King2002-07-151-0/+15
|
* ENH: Made release script more generic for creating static and shared releases.Brad King2002-07-152-18/+22
|
* ENH: Release script configuration file for linux.Brad King2002-07-151-0/+5
|
* ENH: Protoype unix release script.Brad King2002-07-151-0/+166
|
* BUG: Only the last extension should be removed.Brad King2002-07-151-1/+1
|
* ENH: Added GetFilenameWithoutLastExtension.Brad King2002-07-152-0/+24
|
* ERR: Install for CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake ↵Brad King2002-07-151-1/+1
| | | | need .in extension.
* ENH: Added /usr/local/lib/java search paths.Brad King2002-07-151-2/+6
|
* fix install targetKen Martin2002-07-152-3/+3
|
* fix warningKen Martin2002-07-111-1/+1
|
* BUG: fix for compile with hpBill Hoffman2002-07-111-4/+4
|
* fix warning on SunKen Martin2002-07-101-2/+2
|
* Add command that runs program in given directoryAndy Cedilnik2002-07-101-0/+27
|
* better error handling with if statementsKen Martin2002-07-105-40/+58
|
* Fix problem when using NMake. This generated lines without space so nmake ↵Andy Cedilnik2002-07-101-1/+1
| | | | got all confused
* Add module that finds java executables. This module should find java, javac, ↵Andy Cedilnik2002-07-081-0/+22
| | | | and jar.
* fixed warningKen Martin2002-07-022-2/+2
|