122 Commits

Author SHA1 Message Date
Roman Isaikin 00cb8227ba Enable c++11 support. 2018-12-02 00:28:58 +03:00
Alex Makarov 38749ce09c Merge with romixlab/qmsgpack:master 2016-07-05 18:48:12 +03:00
Alexander Makarov 906bcf58eb Update README.md 2016-07-05 16:18:38 +03:00
Alexander Makarov b8ad656986 Update README.md 2016-07-02 15:39:18 +03:00
Alex Makarov 82c9406bbc Add qt5 location deps in .travis.yml 2016-06-29 14:59:22 +03:00
Alex Makarov fa0c1dbda2 Remove cmake deps in .travis.yml 2016-06-29 14:49:56 +03:00
Alex Makarov aa6051425d Update .travis.yml 2016-06-29 12:57:40 +03:00
Alex Makarov 625e0ed521 Update .travis.yml 2016-06-29 12:54:37 +03:00
Alexander Makarov ed87ad9117 Update README.md 2016-06-29 12:39:20 +03:00
Alexander Makarov eb1f9de331 Update README.md 2016-06-29 12:35:53 +03:00
Roman Isaikin 4691007c84 Merge pull request #22 from enochc/master
changed QMetaType::Type T to int to allow registration of custom QMet…
2016-05-31 11:44:56 +03:00
Enoch Carter 35b0e9108c changed QMetaType::Type T to int to allow registration of custom QMetaTypes 2016-05-26 08:51:54 -06:00
Roman Isaikin 098655e14e Update README.md 2016-05-03 10:31:39 +03:00
Roman Isaikin 363e20d2c6 Merge pull request #21 from romixlab/static-build
Static build, tests for QMap, missing export & includes for Windows build
2016-04-26 23:45:30 +03:00
Roman Isaikin b3ee428ee6 Merge pull request #19 from pixraider/master
Add test for QMap to tests/unpack
2016-04-26 23:13:02 +03:00
Roman Isaikin 565224e797 Update README.md 2016-04-26 22:49:13 +03:00
Roman Isaikin 7cbc3c3138 Fix 64bit integers pack, issue #20. 2016-04-26 22:26:46 +03:00
pixraider 4354e25e6c Merge remote-tracking branch 'upstream/static-build' 2016-04-22 15:03:45 +03:00
pixraider 5278792441 Add test for QMap;
!BUG pack-unpack some 64-bit integers;
2016-04-21 20:59:26 +03:00
Roman Isaikin 49b6c10986 Merge branch 'master' into static-build 2016-04-09 22:37:40 +03:00
Roman Isaikin 66c8a7cf33 Merge remote-tracking branch 'pixraider-remote/master' into static-build 2016-04-09 22:30:20 +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
pixraider 17e7b9f6f9 ! MAKE_LIB define for proper resolve Q_DECL_EXPORT in win32 2015-11-28 20:39:09 +03:00
pixraider a0a1956aec + qmsgpack.pri for static linking to any project 2015-11-27 21:52:10 +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