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

syntax, restructuring #49

Merged
merged 4 commits into from Sep 25, 2023
Merged

syntax, restructuring #49

merged 4 commits into from Sep 25, 2023

Conversation

dr7ana
Copy link
Collaborator

@dr7ana dr7ana commented Sep 25, 2023

  • parser.hpp -> btstream.{hpp,cpp}
  • friend class ... -> friend struct ...
  • int -> size_t where appropriate
  • initialization order

dr7ana and others added 3 commits September 25, 2023 06:04
Warning flags were being added to the `internal` target, but that has
private linkage so the test suite doesn't pick it up.  This adds a new
`internal-warnings` target that both `internal` and the test code can
link to (without needing to link tests directly to `internal`, which we
don't want).
- separated parser.hpp -> btstream.{hpp,cpp}
- updated cmake
@dr7ana dr7ana changed the title quick syntax/warning fixes syntax, restructuring Sep 25, 2023
@dr7ana dr7ana merged commit ba19583 into oxen-io:dev Sep 25, 2023
1 check passed
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.

None yet

2 participants