summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapJavaCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-1/+3
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* now uses five argument version of wrap commandsKen Martin2001-09-141-2/+0
|
* various windows fixesKen Martin2001-09-101-6/+20
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-041-0/+1
| | | | the generator on windows to change the slashes for just the command
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-1/+1
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* Better error checking.Berk Geveci2001-07-021-0/+5
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-8/+4
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* option to make utilities in the all targetKen Martin2001-05-041-2/+13
|
* updatesKen Martin2001-05-041-2/+3
|
* better custom rulesKen Martin2001-05-041-8/+10
|
* better If checksKen Martin2001-05-041-9/+10
|
* minor fixesKen Martin2001-05-031-0/+134