- 20 Jan, 2022 4 commits
-
-
Utkarsh Ayachit authored
Resurrect views. See merge request async/paraview!11
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Removing collaboration stuff from it since we won't be supported that mode anymore.
-
- 19 Jan, 2022 11 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Moving modules See merge request async/paraview!10
-
Utkarsh Ayachit authored
also removes CS wrapping
-
Utkarsh Ayachit authored
Remoting/Reflection == ServerManager/Reflection Remoting/Core ==> ServerManager/Core
-
Utkarsh Ayachit authored
RemotingCore: cleanups See merge request async/paraview!9
-
Utkarsh Ayachit authored
These classes are really no information classes. They were poorly written. Removing them. When needed, this should be done using a proxy.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Removing classes that we don't need anymore.
-
Utkarsh Ayachit authored
adding filters See merge request async/paraview!7
-
Utkarsh Ayachit authored
-
- 18 Jan, 2022 7 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Ensure session is destroyed before finalization. Otherwise we get MPI errors.
-
Utkarsh Ayachit authored
vtkReflection::CreateInstance was leaking a reference. Fixed that.
-
Utkarsh Ayachit authored
Enabling source and filters from VTK::FiltersGeneral. Adding a prototype wrapper for vtkShrinkFilter.
-
Utkarsh Ayachit authored
The objects in ObjectStore are wrappers, not real objects. Fixed that.
-
Utkarsh Ayachit authored
Information objects See merge request async/paraview!5
-
Utkarsh Ayachit authored
vtkPVDataInformation is now maintained by vtkSMOutputPort. vtkSM* layer also ensures that the data information is updated automatically whenever the services indicate that the VTK algorithm has updated. Domains are notified about data information updates automatically too so any domains depending on data information will be updated automatically too.
-
- 14 Jan, 2022 5 commits
-
-
Christos Tsolakis authored
Misc fixes to compile on arm macos See merge request async/paraview!6
-
Christos Tsolakis authored
-
Utkarsh Ayachit authored
Bringing back old approach of using vtkPVInformation::AddInformation for reduction. Helps reuse a ton of code in information subclasses.
-
Utkarsh Ayachit authored
vtkSMProxy now supports UpdatePipeline. When the remote VTK object updates, a notificaiton is send back to the client that the client can use to determine if things like data information have gotten obsolete and need to be refreshed.
-
Utkarsh Ayachit authored
-
- 13 Jan, 2022 8 commits
-
-
Utkarsh Ayachit authored
vtkServerSession was not passing the service-specific MPI controller to vtkRemoteObjectProvider. Fixed that.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Resurrect ServerManager See merge request async/paraview!4
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Reimagining vtkProcessModule API in this new world. Removing code that seems irrelevant now e.g. sessions support in process module. Session management need not be part of vtkProcessModule.
-
Utkarsh Ayachit authored
There are better ways for connecting class methods to VTK events.
-
Utkarsh Ayachit authored
-
- 04 Jan, 2022 5 commits
-
-
Utkarsh Ayachit authored
add a hack way to limit modules to build See merge request async/paraview!3
-
Utkarsh Ayachit authored
we'll update this later on, but for now makes it possible to only build modules we've ported over to async
-
Utkarsh Ayachit authored
Move services modules from VTKRemoting See merge request async/paraview!2
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-