summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-support.cpp
AgeCommit message (Collapse)Author
2015-06-07plugin-support: make header-only, expose as public APIStanislaw Halik
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects.
2015-05-04initialize member variables in all casesStanislaw Halik
Otherwise led to stale pointer dereference.
2014-12-08delete QLibrary, not force unload()Stanislaw Halik
Issue: #96 Reported-by: @sasam Also fixes a memory leak.
2014-11-05nix debug printfsStanislaw Halik
2014-10-29work around global 'ptr' symbol clash with opencvStanislaw Halik
Issue: #89 Reported-by: @runningman84
2014-10-22simplify logicStanislaw Halik
2014-10-22typo in type name, whitespaceStanislaw Halik
2014-10-21standardize dlopen(3) flags usedStanislaw Halik
2014-10-21nix debug statement in dlopenStanislaw Halik
2014-10-21RTLD_NOW for easier debug on Unix; bail on empty dlopen(3) filenamesStanislaw Halik
2014-10-19uh, whitespaceStanislaw Halik
2014-10-19clarify dylib file patternStanislaw Halik
2014-10-19decruft moreStanislaw Halik