Commit Graph
100 Commits
Author SHA1 Message Date
Roman Isaikin 7cbc3c3138 Fix 64bit integers pack, issue #20. 2016-04-26 22:26:46 +03:00
Roman Isaikin 46f6184f22 Merge pull request #18 from lugia-kun/master
MSVC build fix
2016-04-09 22:06:13 +03:00
Роман Исайкин 6e023af9e0 Fix MsgPackStream export. 2016-04-06 11:33:23 +03:00
Hajime Yoshimori af0e130c58 Merge branch 'master' of https://github.com/romixlab/qmsgpack 2016-01-09 21:16:48 +09:00
Hajime Yoshimori 530ff27c0b Remove invalid symlink 2016-01-09 21:15:37 +09:00
Roman Isaikin b23c76ddf0 Nil packing and unpacking fix 2015-12-31 10:36:25 +03:00
Roman Isaikin 349c5051d6 Disabled Qt4 Travis build. 2015-12-03 23:31:09 +03:00
Roman Isaikin ecd9111c07 Little doc fix. 2015-12-03 23:28:04 +03:00
Hajime Yoshimori 527fb32676 Fix build under MSVC18.0 (2012)
- stdint.h (which defines uint16_t and uint32_t) is bundled with the
  versions starting from MSVC14.0 (2010)
2015-10-05 10:42:03 +09:00
Isaikin Roman f000efd79d Merge branch 'master' of https://github.com/jiangcaiyang/qmsgpack-patched 2015-09-12 17:09:12 +03:00
Isaikin Roman 65598cffd7 Another Qt4 build fix. 2015-09-12 17:05:08 +03:00
Isaikin Roman 02b8cb0260 Qt4 build fix. 2015-09-12 16:59:01 +03:00
Isaikin Roman 5761f66683 Qt types stream operators, documentation updated, custom types support improved, bug fixes and new tests. 2015-09-12 16:48:21 +03:00
jiangcaiyang 45c485476a To work with Windows Phone
Changed some code to cater to MSVC compiler, it potentially support
Windows Runtime ( i.e. Windows Metro Applications ).
2015-09-10 10:18:10 +08:00
Isaikin Roman 4da435044d MsgPackStream missing dev() added. Some little improvements. 2015-08-28 21:12:09 +03:00
Roman Isaikin 5be342038a .pro make install now working. 2015-08-07 22:56:51 +03:00
Roman Isaikin db576fce6e Merge branch 'master' of https://github.com/romixlab/qmsgpack 2015-08-07 22:40:50 +03:00
Roman Isaikin 169c2bb59d .pro files added 2015-08-07 22:40:18 +03:00
Roman 760b52c0d5 Update README.md 2015-07-12 22:54:09 +03:00
Roman 14dfdb50e2 Update msgpack.org.md 2015-07-12 22:53:25 +03:00
Roman b2eb1bfa92 Update README.md 2015-07-12 22:48:42 +03:00
Roman Isaikin d868f78621 Doc work 2015-07-12 22:35:34 +03:00
Roman 4258811d95 msgpack_common.h define fix 2015-06-30 15:56:10 +03:00
Roman 4973aa88f2 qt_types test fixed
Sphinx doc added
2015-06-29 20:47:24 +03:00
Roman a175a79fda Merge pull request #12 from anton-dutov/nil-pack
Nil pack
2015-06-29 20:36:29 +03:00
Roman f5d084e772 Merge pull request #13 from romixlab/qt_types
Qt types, MsgPackStream
2015-06-29 20:35:45 +03:00
Roman dfdeb25b09 Travis Qt5 build fix 2015-06-29 19:58:14 +03:00
Roman 697204926c Merge branch 'qt_types' of https://github.com/romixlab/qmsgpack into qt_types 2015-06-29 19:54:04 +03:00
Roman 63c15f9ead Qt4 user type fixes
QDate, QTime, QDateTime, QPoint, QSize, QRect isNull() checks
2015-06-29 19:52:59 +03:00
Roman 564e57a0cb Update .travis.yml 2015-06-29 14:58:59 +03:00
Roman ce6ddab5e4 CMake BUILD_TESTS variable added
TRUE and FALSE renamed to MTRUE and MFALSE
stream.h[cpp] renamed to msgpackstream.h[cpp]
QMap and QHash added to MsgPackStream + test
2015-06-29 14:32:35 +03:00
Anton Dutov deac492817 Nil packer and unittests pack/unpack for nil 2015-06-29 01:33:48 +05:00
Anton Dutov c8b826c6a0 Unpack nil fix 2015-06-29 01:19:10 +05:00
Roman 0faf4a0a27 Update README.md 2015-06-27 14:50:28 +03:00
Roman 23157d8eb1 Create msgpack.org.md 2015-06-27 14:48:41 +03:00
Roman f45abecbb1 Update README.md 2015-06-27 14:48:00 +03:00
Roman 2bbc07fb52 Update README.md 2015-06-27 14:46:47 +03:00
Isaikin Roman 318aa870cd sysdep.h moved to endianhelper.h for MsgPackStream
MsgPackStream integers fixed (unpack_upto_* removed, bad idea)
MsgPackStream::test_array added
2015-06-10 17:42:06 +03:00
Isaikin Roman 9e61498ca2 MsgPackStream: writeBytes() added 2015-05-29 20:15:26 +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
Isaikin Roman 1277a0c204 MsgPackStream: float, double 2015-05-23 20:00:40 +03:00
Roman 2acfaf4cc5 Typo 2015-05-19 23:02:13 +03:00
Roman f978fb0d78 MsgPackStream QString and const char * added
Qt types: QPoint, QSize, QRect implemented using MsgPackStream
MsgPackStream QString tests added
2015-05-19 22:41:22 +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
Isaikin Roman 32b04745ee MsgPackStream work 2015-05-16 12:07:10 +03:00
Roman 87bd3dedb1 MsgPackStream work (now working now) 2015-05-15 22:49:39 +03:00
Roman 1ae96715cf Started work on MsgPackStream 2015-05-02 00:06:35 +03:00
Roman 3b0d6e3c31 Work on QTime, QDate, QDateTime, QSize, QPoint, QRect
unpack_upto_<integer> added for user packer / unpacker functions
2015-04-22 23:47:31 +03:00
Roman 6d04bc66c6 ExtHelpers added 2015-04-15 22:59:59 +03:00
Isaikin Roman 6cf1e17492 1/2 QPoint 2015-04-15 19:13:54 +03:00