uriparser / uriparser

:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Home Page:https://uriparser.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please tag for 0.9.2

jgsuess opened this issue · comments

Hi, I would like to use 0.9.2, because of the cmake build availability. Could you tag the repo so I can pull this in?

I agree that a new release is in order. I'll need a few days more

commented

Does this release generate the missing cmake files when installing? I have an open case in Vcpkg (microsoft/vcpkg#5987).

Thanks

Hi @david-antiteum the upcoming release is the first including a CMakeLists.txt file. There is no better time than checking if it does what you need then now 😃

@david-antiteum #60 that affects compilation on Windows was just merged and might be of interest to you. Do you have plans for a test spin in the next few days? I wonder if I should wait with the release more or not. Thanks!

commented

@david-antiteum Cool, thanks in advance!

commented

Looks good to me. I have compiled the version in Windows with no issues both directly and using vcpkg's install command. cmake files are configured correctly and I can just use it with:

find_package(uriparser CONFIG REQUIRED)
target_link_libraries(main PRIVATE uriparser::uriparser)

As soon as you tag the version as 0.9.2 I will update the port file for vcpkg.

Thanks.

@david-antiteum thanks for testing!

The release with all its different parts is tracked at #61.

Release archives are uploaded by now, for vcpkg this might be the URL you want:
https://github.com/uriparser/uriparser/releases/download/uriparser-0.9.2/uriparser-0.9.2.zip

commented

Thanks ... I have opened a PR in vcpkg with the new version.