rename modules
Rename modules, executables and packages to distinguish from ParaView master.
-
ParaView::
namespace becomesAsyncParaView::
- e.g.
ParaView::RemotingServerManager
is nowAsyncParaView::RemotingManager
- e.g.
-
PARAVIEW_*
cmake options becomeASYNC_*
- e.g.
PARAVIEW_USE_PYTHON
is nowASYNC_USE_PYTHON
- The environmental
PARAVIEW_COMMUNICATION_BACKEND
becomesAPV_COMMUNICATION_BACKEND
- e.g.
-
parat
toplevel python package is nowasync_paraview
and the code is moved fromRemoting/Microservices/parat
toAPVPython/async_paraview
-
pvserver,pvpython
becomeapvserver,apvpython
- Microservices
vtkPTSName
becomevtkNameMicroservice
- e.g.
vtkPTSPipelineBuilder
becomesvtkPipelineBuilderMicroservice
- e.g.
Edited by Christos Tsolakis