Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OSVR
/
libfunctionality
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
9
Code
Issues
11
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Attempt plugin load from global symbol table
- #15
#15
Merged
JeroMiya
merged 11 commits into
master
OSVR/libfunctionality:master
from
check-pre-loaded-lib
OSVR/libfunctionality:check-pre-loaded-lib
Copy head branch name to clipboard
Apr 26, 2016
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Attempt plugin load from global symbol table
#15
JeroMiya
merged 11 commits into
master
OSVR/libfunctionality:master
from
check-pre-loaded-lib
OSVR/libfunctionality:check-pre-loaded-lib
Copy head branch name to clipboard
Commits
Commits on Apr 13, 2016
Modification to the LoadPlugin code for libdl to check if the entry point symbol is already pre-loaded.
JeroMiya
committed
a8a0a4e
View commit details
Copy full SHA for a8a0a4e
Browse repository at this point
Commits on Apr 15, 2016
Updated LIBFUNC_DETAIL_PLUGIN to export the unique entry point symbol with LIBFUNC_DETAIL_EP_DECORATION. Also updated LoadPluginLibdl.h to use dlsym(RTLD_DEFAULT, ...) in its attempt to check if th…
Show description for 4ec14ea
JeroMiya
committed
4ec14ea
View commit details
Copy full SHA for 4ec14ea
Browse repository at this point
Commits on Apr 22, 2016
Define a separate macro for the prefix of unique entry point names.
rpavlik
committed
332d3ce
View commit details
Copy full SHA for 332d3ce
Browse repository at this point
Add a stringify macro and use it to avoid duplicating the prefix.
rpavlik
committed
3021c47
View commit details
Copy full SHA for 3021c47
Browse repository at this point
Factor out the conversion and calling of a retrieved entry point.
rpavlik
committed
21bfe07
View commit details
Copy full SHA for 21bfe07
Browse repository at this point
Factor out the retrieval of entry points mostly to not duplicate the gross cast involved.
rpavlik
committed
863e1e8
View commit details
Copy full SHA for 863e1e8
Browse repository at this point
Now that we have a working stringify, DRY another place in the header.
rpavlik
committed
9bb6fb4
View commit details
Copy full SHA for 9bb6fb4
Browse repository at this point
Commits on Apr 26, 2016
Fix comment typo.
rpavlik
committed
2f25213
View commit details
Copy full SHA for 2f25213
Browse repository at this point
Second-level expansion required for unique entry point.
Show description for 2497e90
rpavlik
committed
2497e90
View commit details
Copy full SHA for 2497e90
Browse repository at this point
Added test for static/pre-loaded plugins.
JeroMiya
committed
e25f3c0
View commit details
Copy full SHA for e25f3c0
Browse repository at this point
Added guards around the global symbol table plugin loading path, as that is only currently implemented in the libdl path.
JeroMiya
committed
cd62338
View commit details
Copy full SHA for cd62338
Browse repository at this point
You can’t perform that action at this time.