Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gesture interface merge #181

Open
wants to merge 73 commits into
base: master
Choose a base branch
from
Open

Gesture interface merge #181

wants to merge 73 commits into from

Conversation

gfrolov
Copy link
Contributor

@gfrolov gfrolov commented Jul 20, 2015

No description provided.

namespace osvr {
namespace common {

#define MAX_REGISTRY_SIZE 100
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nooo! Big code guideline violation. (And use an enlargeable structure instead of having a fixed size)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@zachkinstner
Copy link

Notes about Leap Motion gestures: OSVR/OSVR-Leap-Motion#5

@rpavlik
Copy link
Member

rpavlik commented Aug 18, 2015

The places where an Interface pointer is being held, should instead be using an InternalInterfaceOwner, which was just added to master recently.

@gfrolov
Copy link
Contributor Author

gfrolov commented Sep 9, 2015

This pull request is ready to be merged

@rpavlik
Copy link
Member

rpavlik commented Sep 21, 2015

OK - blocked on #218 - after that is finished (unit tests) and merged, this can be rebased on top of the new master. Most of all the "little" pieces that are independent have been pulled out and merged separately, so there will be ample use of git mergetool during that rebase, but it should result in a more digestable diff. I'd also suggest squashing related commits down into a single commit, especially early in the history where a lot of things changed since then.

@gfrolov
Copy link
Contributor Author

gfrolov commented Sep 23, 2015

I completed unit tests merged #218 yesterday and rebased gesture branch on top of master. Also I fixed a few things that wouldn't let it build and some compiler errors.

@rpavlik
Copy link
Member

rpavlik commented Nov 11, 2015

Will require fix to adjust for 0a63fd5 once that branch is merged. Sorry...

gfrolov and others added 29 commits March 9, 2016 17:33
No more overriding operator& or providing non-const value accessors
or implicit conversion. It's also now properly in a namespace,
and uses traits classes to determine the underlying value type
as well as the "invalid/empty" sentinel value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants