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

[Improvement] Reorganize the code directory to make developer easily to extend library for other language #77

Closed
2 tasks
acezen opened this issue Jan 11, 2023 · 0 comments · Fixed by #116
Closed
2 tasks
Labels
improvement Improvement

Comments

@acezen
Copy link
Contributor

acezen commented Jan 11, 2023

Is your feature request related to a problem? Please describe.
Since the C++ library is the first library support by GraphAr, its code is put directly in the root of source. For extending other language library easily, we need to reorganize the code directory like:

.
├── cpp (c++ library code)
├── docs
├── examples
├── spark
└── thirdparty

Describe the solution you'd like

  • put the c++ library code to cpp directory
  • Add an CMakeList.txt to manage the building of all libraries
@acezen acezen added the improvement Improvement label Jan 11, 2023
@acezen acezen moved this to Todo in alibaba/GraphAr Feb 7, 2023
@acezen acezen moved this from Todo to In Progress in alibaba/GraphAr Mar 3, 2023
@acezen acezen moved this from In Progress to In Review in alibaba/GraphAr Mar 8, 2023
@github-project-automation github-project-automation bot moved this from In Review to Done in alibaba/GraphAr Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant