Activity for WOscLib

  • Angelo Fraietta Angelo Fraietta posted a comment on ticket #2

    I have made a fix for this. It now builds without errors or warnings https://github.com/angelofraietta/WOscLib.git

  • Angelo Fraietta Angelo Fraietta posted a comment on ticket #2

    I get two other errors ./WOscTcpHandler.h:105:37: error: cannot initialize return object of type 'int' with an lvalue of type 'const pthread_t' (aka '_opaque_pthread_t const') int GetRxThreadID() const { return m_receptionThreadID; } ^~~~~~~~~~~~~~~~~~~ WOscTcpHandler.cpp:169:27: error: ordered comparison between pointer and zero ('pthread_t' (aka '_opaque_pthread_t ') and 'int') if ( m_receptionThreadID > 0 ) also a warning WOscTimeTag.cpp:290:12: warning: use of unary operator that may be intended...

  • cls cls committed [d4d572]

    Python bindings:

  • cls cls committed [baa1e5]

    Made wosclib compile with gcc 4.8.4

  • Uli Franke committed [fd7ad9]

    Added missing exception code to stringification...

  • Uli Franke committed [6c95cc]

    Fixed segfault when passing invalid address to ...

  • cls cls committed [be6b00]

    Sending messages to default message handler in ...

  • cls cls committed [9a61fb]

    Made connect calls virtual to simplify derived ...

  • cls cls committed [1a953b]

    Important fix which prevents listening/accepted...

  • cls cls committed [f27869]

    More documentation for blob2func

1