Manuel Weichselbaumer
|
8cdf333e5b
|
Fix unpack for uint values 127 < x < 65536
|
2020-04-09 13:01:53 +02:00 |
|
Konstantin Ritt
|
d9f37afe2e
|
Build and run tests with qmake
as of now, running tests is as simple as just typing
qmake && make check
|
2018-11-20 21:21:07 +03:00 |
|
Roman Isaikin
|
b7284725e8
|
Fix bugs in msgpackstream.cpp, add PVS Studio headers and how to, add stream test to Qt project.
|
2017-07-10 16:02:38 +03:00 |
|
Roman
|
7d5d72e814
|
Some bugs fixed
float support added
float, double, QByteArray, QList<T> to MsgPackStream added
float, double, QByteArrat tests for MsgPackStream added
|
2015-05-24 22:31:35 +03:00 |
|
Roman
|
b7fbf6413e
|
MsgPackStream integers pack and unpack
User types packers now called only once, and return QByteArray
|
2015-05-16 21:45:33 +03:00 |
|
Roman
|
e7c6afcd49
|
Thread safety implemented for registerPacker and registerUnpacker
|
2015-04-14 22:50:20 +03:00 |
|
romixlab
|
c07318c325
|
some bugs fixed, test written, version() added
|
2014-09-26 22:03:24 +04:00 |
|