-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[eljonny-testcpp]: new port #37471
base: master
Are you sure you want to change the base?
[eljonny-testcpp]: new port #37471
Conversation
@microsoft-github-policy-service agree |
I am concerned that since my package does not exist on repology.org. TestCPP is a personal project I wrote many years ago that I am coming back to, as I am looking to improve it and add it to current C++ package registries, which I had not done previously. Thanks so much for looking at my request. |
Web search for this name first hit is https://github.com/mrts/test-cpp Would you accept |
Also, Test.h and tests.hpp are likely to conflict with other users. Can you install those to a subdirectory? |
I'll work out a different name for the package. |
Would the name basictestcpp be ok? |
This is fine if we keep the name
To be clear, the check is not 'is that name unused', it is 'is that name strongly associated with that already'. With the overall goal being that someone doing |
I'll ask other maintainers but |
This information is indeed currently in the docs (README.md in the repo).
Ahhh ok I understand. This makes sense. I'm more than happy changing the package name to eljonny-testcpp. |
I will rename the package to eljonny-testcpp. This is no biggie. Thank you for all your input and info! |
I would like to add my library TestCPP to the public vcpkg registry.
It is a very simple C++ testing framework that can be useful for small or educational projects.
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.