- Jul 26, 2010
-
-
Marcus D. Hanwell authored
Install a small .git/hooks/pre-commit script in the source tree at CMake configuration time, instead of telling the user to do it. When the user first attempts to commit this bootstrapping hook will trigger and print instructions to install the real hooks. This approach allows us to require local hooks for commit, but not affect builds.
-
- Jul 25, 2010
-
-
Dave DeMarle authored
Thanks John Clyne and Dan Lagreca from the Vapor team for the contribution. To use this plugin, install both a vapor binary and the vapor source (or build vapor from the source). You will also need expat and netcdf. Then point the plugin's configuration variables at the relevant libs and include directories. Once built and loaded, you should then be able to open up vapor's example data files in paraview.
-
Dave DeMarle authored
-
- Jul 24, 2010
-
-
David Gobbi authored
This module provides the following: vtkVariant(), vtkVariantCreate(), vtkVariantExtract(), vtkVariantCast(), vtkVariantStrictWeakOrder(), vtkVariantStrictEquality(), vtkVariantLessThan(), vtkVariantEqual().
-
- Jul 23, 2010
-
-
Andy Bauer authored
-
Aashish Chaudhary authored
-
- Jul 22, 2010
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
Removed alot of redundant slider and key entry interactions with the goal of decreasing test runtime.
-
Utkarsh Ayachit authored
-
- Jul 21, 2010
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
Working progress to randomize the ports used by client server tests. When that is complete all tests 'should' be runablle in parallel.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
- Jul 20, 2010
-
-
David Partyka authored
-
David Partyka authored
VTK no longer manages it's own RPATH Variable.
-
David Partyka authored
This enables us to have a paraview executable (instead of paraview-real) in the lib dir. That, in turn, lets us drop the '-real' suffix from the binaries installed in lib/paraview-x.x/.
-
Kenneth Moreland authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
It is non functional and a fully functional bundle is installed adjacent to the bin directory in your install prefix.
-
David Partyka authored
-
- Jul 19, 2010
-
-
Marcus D. Hanwell authored
-
David Partyka authored
They are left in the build tree and installed into bin on make install.
-
Marcus D. Hanwell authored
The representations were not being updated for the charts, this is due to the StillRender() function not being called. Calling UpdateAllRepresentations() before render in CaptureWindow in the context view proxy fixes the immediate issue. Later work should improve the logic as ParaView transitions to use vtkRenderViewBase.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
Ensure that a default value is stored for the series plot corner, and retrieve that corner in the plot settings model.
-
Kenneth Moreland authored
-
Robert Maynard authored
Also fixed an issue with close loop not setting the correct mode when called programmatically.
-
David Partyka authored
CMake on it's own will strip all RPATHS when doing a make install or when using cpack (which internally runs make install). This is made possible by now always building our executables as shared-forwarding.
-
Dave DeMarle authored
-
Robert Maynard authored
-
Utkarsh Ayachit authored
This fixes issues with TestIsoVolume failing in parallel.
-
David Partyka authored
-
- Jul 16, 2010
-
-
Marcus D. Hanwell authored
-
Robert Maynard authored
Needed to move VTK forward to get the updated contour widget.
-