Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw 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-04 | initialize member variables in all cases | Stanislaw Halik | |
Otherwise led to stale pointer dereference. | |||
2014-12-08 | delete QLibrary, not force unload() | Stanislaw Halik | |
Issue: #96 Reported-by: @sasam Also fixes a memory leak. | |||
2014-11-05 | nix debug printfs | Stanislaw Halik | |
2014-10-29 | work around global 'ptr' symbol clash with opencv | Stanislaw Halik | |
Issue: #89 Reported-by: @runningman84 | |||
2014-10-22 | simplify logic | Stanislaw Halik | |
2014-10-22 | typo in type name, whitespace | Stanislaw Halik | |
2014-10-21 | standardize dlopen(3) flags used | Stanislaw Halik | |
2014-10-21 | nix debug statement in dlopen | Stanislaw Halik | |
2014-10-21 | RTLD_NOW for easier debug on Unix; bail on empty dlopen(3) filenames | Stanislaw Halik | |
2014-10-19 | uh, whitespace | Stanislaw Halik | |
2014-10-19 | clarify dylib file pattern | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |