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

[New Port Request] STX #11918

Closed
lamarrr opened this issue Jun 13, 2020 · 1 comment · Fixed by #12011
Closed

[New Port Request] STX #11918

lamarrr opened this issue Jun 13, 2020 · 1 comment · Fixed by #12011
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. info:new-port-resolved This port has been added to vcpkg.

Comments

@lamarrr
Copy link
Contributor

lamarrr commented Jun 13, 2020

Library name: STX

Library description: C++ 17 & C++ 20 Error-Handling and Utility Extensions

Source repository URL: https://github.com/lamarrr/STX

Project homepage (if different from the source repository): https://lamarrr.github.io/STX/

Anything else that is useful to know when adding (such as optional features the library may have that should be included):

  • it fetches dependencies using git
  • optional features: enable backtrace library ( STX_ENABLE_BACKTRACE ), panic backtrace ( STX_ENABLE_PANIC_BACKTRACE ) , override the global panic handler ( STX_OVERRIDE_PANIC_HANDLER ), make panic hooks visible when loaded as a DLL ( STX_VISIBLE_PANIC_HOOK )
@NancyLi1013 NancyLi1013 added category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. labels Jun 15, 2020
@jeanga
Copy link
Contributor

jeanga commented Jun 18, 2020

I have been working on an initial version of this port here: https://github.com/jeanga/vcpkg/tree/master/ports/stx
It still requires some testing but so far so good it seems to work.
I will submit a PR when more testing is done (WSL, etc..)

@NancyLi1013 NancyLi1013 added the info:new-port-resolved This port has been added to vcpkg. label Jul 31, 2020
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:good-first-issue This issue would be a good issue to get one's feet wet in solving. info:new-port-resolved This port has been added to vcpkg.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants