This website requires JavaScript.
Explore
Help
Sign In
Singularity-Viewer
/
SingularityViewer
Watch
1
Star
0
Fork
0
You've already forked SingularityViewer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a45de1002462fd5f6c8afd3860ab881771c85dcd
SingularityViewer
/
indra
/
plugins
/
webkit
History
Player Dagostino
a45de10024
Fix a problem not letting plugins work when the client is built on RedHat and derived systems (Fedora is affected too). Completely avoid apr_dso_load() on Linux (they modified it to open libraries with RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND). Get a standard DSO handle with RTLD_NOW | RTLD_GLOBAL flags instead, and convert it to a valid APR one by using apr_os_handle_put().
2011-08-02 20:15:58 +02:00
..
CMakeLists.txt
Media plugin update
2011-06-10 00:31:51 +02:00
dummy_volume_catcher.cpp
Media plugin update
2011-06-10 00:31:51 +02:00
linux_volume_catcher_pa_syms.inc
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 3).
2011-05-08 17:10:39 +02:00
linux_volume_catcher_paglib_syms.inc
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 3).
2011-05-08 17:10:39 +02:00
linux_volume_catcher.cpp
Fix a problem not letting plugins work when the client is built on RedHat and derived systems (Fedora is affected too). Completely avoid apr_dso_load() on Linux (they modified it to open libraries with RTLD_NOW | RTLD_GLOBAL | RTLD_DEEPBIND). Get a standard DSO handle with RTLD_NOW | RTLD_GLOBAL flags instead, and convert it to a valid APR one by using apr_os_handle_put().
2011-08-02 20:15:58 +02:00
mac_volume_catcher.cpp
Media plugin update
2011-06-10 00:31:51 +02:00
media_plugin_webkit.cpp
Media plugin update
2011-06-10 00:31:51 +02:00
volume_catcher.h
Media plugin update
2011-06-10 00:31:51 +02:00
windows_volume_catcher.cpp
Media plugin update
2011-06-10 00:31:51 +02:00