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

Define a public API #228

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

slaperche-scality
Copy link
Contributor

quadiron.h is the public header, as such it should only
contains/expose the public interface of the library (and not everything,
as that was the case).

Refs: #160

@slaperche-scality slaperche-scality added Review_only WIP Work In Progress labels Aug 3, 2018
@slaperche-scality
Copy link
Contributor Author

WIP: I still need to write a short example to illustrate how to use the API (and to ensure that what is exported by quadiron.h is enough to use the library).

@slaperche-scality slaperche-scality removed Review_only WIP Work In Progress labels Aug 12, 2018
@slaperche-scality
Copy link
Contributor Author

Ready to merge once I get another approval.

The example will be done in another PR.

src/gf_ext.h Outdated
@@ -33,6 +33,7 @@

#include "arith.h"
#include "gf_base.h"
#include "polynomial.h"
Copy link
Contributor

Choose a reason for hiding this comment

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

This file would be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I'll do it during the rebase

`quadiron.h` is the public header, as such it should only
contains/expose the public interface of the library (and not everything,
as that was the case).

Refs: scality#160
@slaperche-scality slaperche-scality merged commit 195d4cd into scality:master Aug 16, 2018
@slaperche-scality slaperche-scality deleted the ft/public_api branch August 16, 2018 16:42
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