summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapJavaCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-42/+54
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* Oops, std namespaceAndy Cedilnik2003-02-041-1/+1
|
* Generate java dependency filesAndy Cedilnik2003-02-041-0/+16
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* modified how source files store propertiesKen Martin2002-08-161-4/+4
|
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-14/+13
| | | | definitions in initial pass
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-25/+33
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-2/+2
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* minor fixesKen Martin2002-01-031-4/+13
|
* 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