- 19 Aug, 2004 10 commits
-
-
Mathieu Malaterre authored
-
Brad King authored
ENH: Added vtkSource::MarkGeneratedOutputs method to help subclasses call DataHasBeenGenerated on only the output through which the update request was made. By default the method calls DataHasBeenGenerated on all outputs, which preserves old behavior. This change helps certain filters and readers avoid overriding UpdateData.
-
Francois Bertel authored
Fixed uninitialized local variables to allow the use of the instantiator mechanism in subdirectories
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Brad King authored
ENH: Added Utilities/OutputWindowProcess to generate Common/vtkWin32OutputWindowProcessEncoded.c, a source file encoding an executable form of vtkWin32OutputWindowProcess.c. The output window process is now a self-deleting executable that is written to the TEMP directory by vtkWin32ProcessOutputWindow when it is needed. See Utilities/OutputWindowProcess/README.txt for details.
-
Andy Cedilnik authored
-
Mathieu Malaterre authored
-
Brad King authored
-
Brad King authored
-
- 18 Aug, 2004 22 commits
-
-
Ken Martin authored
-
Yves Starreveld authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Brad King authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Brad King authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
Brad King authored
-
Francois Bertel authored
-
Mathieu Malaterre authored
-
Francois Bertel authored
-
Brad King authored
-
- 17 Aug, 2004 8 commits
-
-
Ken Martin authored
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
According to C++ standard 5.3.5/2 state that delete[] 0 should have no effect. But it seems to fix xlC on MAC OSX
-
Francois Bertel authored
-
Francois Bertel authored
-
Mathieu Malaterre authored
-
Bill Hoffman authored
-
Francois Bertel authored
-