Giter Site home page Giter Site logo

xmidt-org / nopoll Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asples/nopoll

4.0 13.0 15.0 1.22 MB

OpenSource WebSocket toolkit

Home Page: http://www.aspl.es/nopoll

License: GNU Lesser General Public License v2.1

Makefile 2.80% Shell 0.68% M4 1.82% Python 0.08% NSIS 1.01% C++ 0.51% C 69.88% CSS 0.91% HTML 16.50% JavaScript 5.80%
ospok

nopoll's Introduction

nopoll's People

Contributors

camilleoudot avatar ffainelli avatar francisbrosnan avatar schmidtw avatar shilpa24balaji avatar softins avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

nopoll's Issues

Rename master branch to main

Also have to change references to the branch in .travis.yml, README, and CONTRIBUTING. Double check any other markdown files as well - sometimes links have the branch name in them.

PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP should be avoided

PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is not portable and using it prevents code from being built against musl libc.

The portable alternative is to use pthread_once() to run a small function which initialises the mutex and sets the type to PTHREAD_MUTEX_RECURSIVE at run time, before the mutex is first acquired.

For reference, see: https://build.opensuse.org/package/view_file/SUSE:SLE-12:GA/alsa-utils/0007-alsaloop-pcmjob.c-use-portable-way-to-initialize-rec.patch?expand=1

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.