- 22 Feb, 2019 1 commit
-
-
Cory Quammen authored
Borrow the client forwarding code for now.
-
- 21 Feb, 2019 19 commits
-
-
ee4f40cf warnings: fix Q_ASSERT related warnings. aa176281 perf: import reduce all code f1f37161 TestCleanArrays: fix imports ebebc0fb cmake: fix arguments to TestCleanArrays. cbb545e4 fix mpi-based batch tests. afd3d131 cmake: enable ParallelMPI4Py module when appropriate a3c090fc fix python view tests e4bb0e05 update vtk ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3049
-
0faa0ac4 doc: update build instructions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3052
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
vtkMultiProcessControllerHelper::ReduceToAll now uses collectives instead of point-2-point communication.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
`--symmetric` needs to be passed before the python script. fixed that.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
ParallelMPI4Py is needed for parallel Python filters, calculators etc to work correctly.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
* Updating several algorithms that use Python to use Python C API instead of `RunString`. * moving internal python modules to `paraview.detail` package thus avoiding cluttering the public interface of the paraview package.
-
Utkarsh Ayachit authored
fixes paraview/paraview#18801
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Without this `find_python_module` checks simply failed since they couldn't run the Python interp and several tests simply were excluded.
-
Utkarsh Ayachit authored
Missing matplotlib shouldn't cause errors at runtime unless matplotlib based features are used. And uses should able to fix them by simply installing matplotlib without having to rebuild ParaView.
-
Utkarsh Ayachit authored
-
920980cb CosmoHaloFinder: enable building on mac Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3053
-
Cory Quammen authored
This was being enabled on macOS in the superbuild. Modify CONDITION to let it be built on macOS again.
-
- 20 Feb, 2019 1 commit
-
-
Cory Quammen authored
-
- 19 Feb, 2019 10 commits
-
-
29fdf52e avoid reporting missing pygments error 4dc2196d baseline: add alternate baseline for `vall` 60b3e341 cmake: enable vpic on non-mpi builds. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3047
-
6c66b6f6 doc: update references to community support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3048
-
Utkarsh Ayachit authored
pqPythonSyntaxHighlighter optionally uses `pygments`. Ensuring we don't report errors when the `pygments` module is not found.
-
Utkarsh Ayachit authored
the chart axes has different labels.
-
Utkarsh Ayachit authored
-
Cory Quammen authored
Replace references to mailing lists to community support and the Discourse forum.
-
d301ece2 fix search path for loading libraries. c29ed294 cmake: cleanup Catalyst module dependencies. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3046
-
Utkarsh Ayachit authored
Importing of vtkPVCatalyst module always failed on Windows. This was because we were missing the search path for locate `vtkPVCatalyst-pv<..>.dll` for loading. Fixed that.
-
Utkarsh Ayachit authored
-
fbd08459 Allow triple quoted strings in python scripts. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !2968
-
- 18 Feb, 2019 8 commits
-
-
7009b0ac cmake: update rejected visit modules dc1f3ff8 cmake: fix visitbridge var name d6b21b82 visitbridge: update to the new module system 62690f25 cmake: disable visitbridge when the flag is off a1e20523 ParaViewPlugin: fix variable name typo Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3041
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
-
1baccfd1 fix #18741: create correct delegate. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3043
-
8a8af6ea expose the suppress rendering setting in RenderView Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3035
-
19ed0579 Bump VTK for FindTBB.cmake fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3042
-
3a2872b3 fix #17616: cleanup lut related APIs in `simple` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3044
-
- 17 Feb, 2019 1 commit
-
-
Utkarsh Ayachit authored
Updating lut APIS in simple to use the newer mechanisms and thus fixing issue #17616.
-