Skip to content

rename modules

Rename modules, executables and packages to distinguish from ParaView master.

  • ParaView:: namespace becomes AsyncParaView::
    • e.g. ParaView::RemotingServerManager is now AsyncParaView::RemotingManager
  • PARAVIEW_* cmake options become ASYNC_*
    • e.g. PARAVIEW_USE_PYTHON is now ASYNC_USE_PYTHON
    • The environmental PARAVIEW_COMMUNICATION_BACKEND becomes APV_COMMUNICATION_BACKEND
  • parat toplevel python package is now async_paraview and the code is moved from Remoting/Microservices/parat to APVPython/async_paraview
  • pvserver,pvpython become apvserver,apvpython
  • Microservices vtkPTSName become vtkNameMicroservice
    • e.g. vtkPTSPipelineBuilder becomes vtkPipelineBuilderMicroservice
Edited by Christos Tsolakis

Merge request reports