GithubHelp home page GithubHelp logo

vthiery / conan-statsd-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 17 KB

Conan package for StatsD Client (https://github.com/vthiery/cpp-statsd-client)

License: MIT License

Shell 18.62% Python 46.53% CMake 9.22% C++ 25.63%
conan dependency-manager statsd-client

conan-statsd-client's People

Watchers

 avatar  avatar

Forkers

danimtb

conan-statsd-client's Issues

Inclusion request for Conan Center

Related to vthiery/cpp-statsd-client#7

Hi @vthiery,

Finally got the time to review your inclusion request for this library, sorry for the delay.

First of all I'd like to point out that the best way to maintain the Conan recipe aligned with the version of the library will be to create a branch for each version. For example: stable/0.0.4 or simply 0.0.5. That way small changes for the recipe will update the package in Bintray and changing between branches will ensure the reproducibility of the Conan package creation.

Some things I found while trying the Conan package:

Looks like the library is using some experimental features like #include <experimental/optional>. However, in Visual Studio 2017 the optional feature is available just under #include <optional>.

When trying to workaround this, I found udpsender.hpp(4): fatal error C1083: Cannot open include file: 'arpa/inet.h', which obviously is not a Windows library and Winshok API will be needed instead.

So my conclusions are that this header only library is only intended for Unix users. If that is the case it will require to add an check in the configure() section of the conanfile.

Other things missing are the packaging of the library license and the addition of C++17 flags for test_package.

Please clarify the points above and I will be happy to contribute those changes to the repo!

Thanks a lot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.