Skip to content

PluginManager: mask static symbol lookup functions

Ben Boeckel requested to merge plugin-manager-no-static-lookup into for/paraview

VisIt uses these to find plugins in a static build of an executable and assumes that it will create them. ParaView doesn't use this mechanism, so just act as if they're not implemented since ParaView uses its own mechanisms for accessing VisIt's plugin features.


Cc: @wascott

Merge request reports