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

Refactor C++ #707

Merged
merged 1 commit into from
Sep 5, 2019
Merged

Refactor C++ #707

merged 1 commit into from
Sep 5, 2019

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Sep 5, 2019

  • Removes unnecessary string copies in emscripten.cpp
  • Use std::move when possible in constructors for Table, View, and t_view_config
  • Clarify purpose of filter_op in the view config, and refactor base methods to accept "or" as a valid filter op
  • clean up filter parsing in emscripten.cpp

@texodus
Copy link
Member

texodus commented Sep 5, 2019

Looks good, thanks for the PR!

@texodus texodus merged commit aa32e7c into master Sep 5, 2019
@texodus texodus deleted the cpp-refactor branch September 5, 2019 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants