GithubHelp home page GithubHelp logo

mapbox / shelf-pack-cpp Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 11.0 1.48 MB

C++ port of https://github.com/mapbox/shelf-pack

License: ISC License

Makefile 0.95% C++ 94.70% Python 3.45% Shell 0.91%

shelf-pack-cpp's People

Contributors

bhousel avatar jfirebaugh avatar tmpsantos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shelf-pack-cpp's Issues

Docs

Generate docs for this project rather than just pointing to the shelf-pack js docs.

Port v2 improvements

JS shelf-pack is v2 now, so I should port those features to cpp also (refcounting and smarter waste management)

Link errors

duplicate symbol __ZN6mapboxlsERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEERKNS_3BinE in:
    /Users/john/Development/mapbox-gl-native/build/macos/mbgl.build/Debug/mbgl-test.build/Objects-normal/x86_64/bucket.test.o
    /Users/john/Development/mapbox-gl-native/build/macos/Debug/libmbgl-core.a(render_symbol_layer.o)

That demangles to mapbox::operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, mapbox::Bin const&), which is defined without the inline keyword, so it ends up duplicated in any translation unit that includes shelf-pack.hpp.

Can we remove this function or move it to test.cpp so there's no <iostream> dependency in the header?

Add Benchmarks

port over the benchmarks from the shelf-pack js project

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.