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

[tree.hh] Add new port. #20427

Merged
merged 4 commits into from
Sep 30, 2021
Merged

[tree.hh] Add new port. #20427

merged 4 commits into from
Sep 30, 2021

Conversation

Hconk
Copy link
Contributor

@Hconk Hconk commented Sep 29, 2021

Add a new port tree.hh
An STL-like C++ header-only tree library

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

@ghost
Copy link

ghost commented Sep 29, 2021

CLA assistant check
All CLA requirements met.

@PhoebeHui PhoebeHui self-assigned this Sep 30, 2021
@PhoebeHui PhoebeHui added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Sep 30, 2021
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

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

@Hconk, thanks for your PR!

Comment on lines 9 to 10
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/share/treehh RENAME copyright)
Copy link
Contributor

@PhoebeHui PhoebeHui Sep 30, 2021

Choose a reason for hiding this comment

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

Suggested change
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/src/tree.hh DESTINATION ${CURRENT_PACKAGES_DIR}/share/treehh RENAME copyright)
file(INSTALL "${SOURCE_PATH}/src/tree.hh" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/src/tree.hh" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

Copy link
Contributor

Choose a reason for hiding this comment

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

@Hconk, Could you minimize the copyright? please only include the license information instead.

@BillyONeal, do we need install tree.hh into a subidrectory like treehh/tree.hh?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, move tree.hh to treehh/tree.hh , and minimize the copyright.

Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

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

Thanks for your updates!

@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Sep 30, 2021
@BillyONeal BillyONeal merged commit 035b587 into microsoft:master Sep 30, 2021
@BillyONeal
Copy link
Member

Thanks for the new port!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants