Tamás Szelei

Results 55 issues of Tamás Szelei

- Add filtering for levels - Add public callback for getting the logs - Review and change log levels for various logged information in the library

enhancement
ready

This is a relatively small addition but allows compatibility with node: http://maxtaco.github.io/node-framed-msgpack-rpc/ The implementation should avoid using virtual functions since changing the protocol at runtime is a niche use (and...

enhancement
help wanted
ready

continuous-integration
in progress

Currently, many tests rely on creating a server and a client that connects to each other to test some functionality of one or both. This is fine, but essentially makes...

help wanted
testing

gcc-6.1 has support for the Concepts TS. It would be nice to add them optionally so that we can provide better diagnostics.

enhancement
help wanted
compiler-support

It would be nice to have a reproducible load test that produces readable statistics about memory footprint, I/O, CPU utilization etc. Especially once #16 is done. maybe: https://cloud.google.com/solutions/distributed-load-testing-using-kubernetes

help wanted

I'm not very fond of msgpack's API and its "zone" thingy (which is a leaked implementation detail). If feasable, I would prefer to replace the official implementation with a custom...

enhancement
help wanted

So I finally managed to integrate siplasplas into a build. I have a source tree that looks like this: ``` build/ include/ |--- myenum.hpp src/ |--- main.cpp ``` I'm a...