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
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
..
base_basic
Media plugin update
2011-06-10 00:31:51 +02:00
base_media
Resolved most errors under vc100 compiler
2011-05-14 22:30:30 -05:00
example_basic
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 4).
2011-05-08 17:30:43 +02:00
example_media
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 4).
2011-05-08 17:30:43 +02:00
filepicker
OS X build fixes
2011-07-03 14:08:50 +02:00
gstreamer010
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 4).
2011-05-08 17:30:43 +02:00
quicktime
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 4).
2011-05-08 17:30:43 +02:00
webkit
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
Split plugin classes and derive AIFilePicker from BasicPluginBase (part 3).
2011-05-08 17:10:39 +02:00