Commit Graph

  • a7d9c00b98 Merge pull request #39 from georgerb/master master Roman Isaikin 2020-04-16 19:53:39 +02:00
  • 86dd3b1c14 Merge pull request #43 from mincequi/master Roman Isaikin 2020-04-16 19:52:38 +02:00
  • 8cdf333e5b Fix unpack for uint values 127 < x < 65536 Manuel Weichselbaumer 2020-04-09 13:01:53 +02:00
  • 14847e5a72 Added COMPILE_TYPE cmake command line variable to support static or shared compilation Jorge Marizan 2019-09-20 15:38:18 -04:00
  • 1560252d1a Add peek(), readArrayHeader(), add length return to readExtHeader(). streamv2 Roman Isaikin 2019-07-11 14:35:24 +03:00
  • 7e1ca5b414 Fix CI build. Roman Isaikin 2019-06-30 10:14:39 +03:00
  • 1733bc7847 Fix CI build. Roman Isaikin 2019-06-30 09:15:59 +03:00
  • 024d901605 Fix CI build. Roman Isaikin 2019-06-30 09:12:01 +03:00
  • a9e429a30f Pack QMetaType::Nullptr QVariant's as nil. Roman Isaikin 2019-06-30 09:03:04 +03:00
  • efc99ef590 Merge pull request #36 from KonstantinRitt/mr/let_me_see_you_stripped Roman Isaikin 2019-05-04 10:16:13 +03:00
  • 8a4f180c00 Merge pull request #37 from antis81/fix/data_types Roman Isaikin 2019-05-04 10:14:38 +03:00
  • 3cafa3b006 fix type casts in msgpack Nils Fenner 2019-02-20 14:02:05 +01:00
  • 166fd5acad interim fix for the "const QByteArray&" casts Nils Fenner 2019-02-20 14:01:32 +01:00
  • 538f28dc24 fix pointer comparison warning Nils Fenner 2019-02-20 13:57:13 +01:00
  • fc8f9d7c66 fix msgpack private type casts Nils Fenner 2019-02-20 13:51:15 +01:00
  • e1d8226780 rename endianhelper.h include guard Nils Fenner 2019-02-20 13:47:37 +01:00
  • 1591ebddd4 fix type casts in endian helper macros Nils Fenner 2019-02-20 13:46:18 +01:00
  • 0b8282d592 Make it possible to disable Qt type pack handlers at build time Konstantin Ritt 2018-11-20 20:57:25 +03:00
  • 34afb5aba3 Refactor MsgPack::registerType() a little bit Konstantin Ritt 2018-11-20 16:59:57 +03:00
  • e3819fc5b3 Fix Travis build. Roman Isaikin 2018-12-02 00:33:11 +03:00
  • 639a96428e Update CMakeLists.txt Roman Isaikin 2018-12-02 00:31:33 +03:00
  • 00cb8227ba Enable c++11 support. patch-1 Roman Isaikin 2018-12-02 00:28:58 +03:00
  • f98072b753 Fix Travis build, again. Roman Isaikin 2018-12-02 00:24:44 +03:00
  • 11888b97e7 Merge pull request #34 from KonstantinRitt/mr/symbols_visibility Roman Isaikin 2018-12-02 00:19:49 +03:00
  • 4bc12f75e5 Merge pull request #35 from KonstantinRitt/mr/pri Roman Isaikin 2018-12-02 00:19:14 +03:00
  • d9f37afe2e Build and run tests with qmake Konstantin Ritt 2018-11-20 20:24:19 +03:00
  • 6455058b4f Do not override user configs and flags Konstantin Ritt 2018-11-20 21:21:05 +03:00
  • 172c71b027 Consolidate target lib name, path and version across platforms and configs Konstantin Ritt 2018-11-20 19:58:10 +03:00
  • b15b5efdb4 Re-use qmsgpack.pri in library builds Konstantin Ritt 2018-11-20 17:16:25 +03:00
  • ca968dbb4e Make the QtGui module an optional dependency Konstantin Ritt 2018-11-20 16:57:27 +03:00
  • a579f324d7 Install missing stream header Konstantin Ritt 2018-03-02 16:10:07 +03:00
  • 2c7a329c48 Improve symbols visibility control Konstantin Ritt 2018-03-02 16:08:53 +03:00
  • 0cd5fd2d68 Comment out paths to Qt installation. Roman Isaikin 2018-10-26 22:49:01 +03:00
  • a672db294a Update .travis.yml Roman Isaikin 2018-10-26 22:44:29 +03:00
  • c91993750d Remove broken cmake package from TravisCI. Roman Isaikin 2018-10-26 22:28:54 +03:00
  • 47128d5771 Update to TravisCI Qt5.9. Roman Isaikin 2018-10-26 22:25:22 +03:00
  • 4f1c4d3d80 Merge pull request #30 from KonstantinRitt/fixes/build Roman Isaikin 2018-03-03 22:27:20 +03:00
  • 5ca284052c Fix build when including qmsgpack.pri from another project Konstantin Ritt 2018-03-02 15:58:53 +03:00
  • a412eedf24 Fix build with QT_NO_CAST_FROM_ASCII Konstantin Ritt 2018-03-02 15:54:17 +03:00
  • b7284725e8 Fix bugs in msgpackstream.cpp, add PVS Studio headers and how to, add stream test to Qt project. v0.9.9 Roman Isaikin 2017-07-10 16:02:38 +03:00
  • aa613f658f Merge pull request #26 from arturo182/master Roman Isaikin 2017-03-02 11:52:33 +03:00
  • e64de7eac3 Merge pull request #27 from mtstickney/stream_partial_writes Roman Isaikin 2017-03-02 11:52:18 +03:00
  • ca56d9e362 Add an option to flush writes. Matthew Stickney 2017-02-27 17:32:49 -05:00
  • 22750cf88b Fix location module detection arturo182 2017-02-20 10:20:18 +01:00
  • 067c72767a Handle partial writes correctly. Matthew Stickney 2017-02-16 16:23:40 -05:00
  • bec0d71cc1 Initialize the stream status to OK in the QIODevice constructor. Matthew Stickney 2017-02-16 16:24:04 -05:00
  • 9d017281fe Update .travis.yml Roman Isaikin 2017-02-16 23:06:59 +03:00
  • 51932532d2 Merge pull request #24 from arturo182/master Roman Isaikin 2017-02-16 23:02:49 +03:00
  • bf12914846 Merge pull request #23 from mtstickney/stream_partial_reads Roman Isaikin 2017-02-16 22:59:24 +03:00
  • 6e753f0669 Fix erroneous comparison instead of assignment arturo182 2017-02-15 10:20:25 +01:00
  • 2d8af48459 Make the qtlocation module an optional dependency arturo182 2017-02-15 10:13:28 +01:00
  • 4ff4ba8448 Handle partial reads correctly. Matthew Stickney 2017-02-08 18:46:31 -05:00
  • 38749ce09c Merge with romixlab/qmsgpack:master Alex Makarov 2016-07-05 18:48:12 +03:00
  • 906bcf58eb Update README.md Alexander Makarov 2016-07-05 16:18:38 +03:00
  • b8ad656986 Update README.md Alexander Makarov 2016-07-02 15:39:18 +03:00
  • 82c9406bbc Add qt5 location deps in .travis.yml Alex Makarov 2016-06-29 14:59:22 +03:00
  • fa0c1dbda2 Remove cmake deps in .travis.yml Alex Makarov 2016-06-29 14:49:56 +03:00
  • aa6051425d Update .travis.yml Alex Makarov 2016-06-29 12:57:40 +03:00
  • 625e0ed521 Update .travis.yml Alex Makarov 2016-06-29 12:54:37 +03:00
  • ed87ad9117 Update README.md Alexander Makarov 2016-06-29 12:39:20 +03:00
  • eb1f9de331 Update README.md Alexander Makarov 2016-06-29 12:35:53 +03:00
  • 4691007c84 Merge pull request #22 from enochc/master Roman Isaikin 2016-05-31 11:44:56 +03:00
  • 35b0e9108c changed QMetaType::Type T to int to allow registration of custom QMetaTypes Enoch Carter 2016-05-26 08:51:54 -06:00
  • 098655e14e Update README.md Roman Isaikin 2016-05-03 10:31:39 +03:00
  • 363e20d2c6 Merge pull request #21 from romixlab/static-build Roman Isaikin 2016-04-26 23:45:30 +03:00
  • b3ee428ee6 Merge pull request #19 from pixraider/master Roman Isaikin 2016-04-26 23:13:02 +03:00
  • 565224e797 Update README.md Roman Isaikin 2016-04-26 22:49:13 +03:00
  • 7cbc3c3138 Fix 64bit integers pack, issue #20. Roman Isaikin 2016-04-26 22:26:46 +03:00
  • 4354e25e6c Merge remote-tracking branch 'upstream/static-build' pixraider 2016-04-22 15:03:45 +03:00
  • 5278792441 Add test for QMap; !BUG pack-unpack some 64-bit integers; pixraider 2016-04-21 20:59:26 +03:00
  • 49b6c10986 Merge branch 'master' into static-build Roman Isaikin 2016-04-09 22:37:40 +03:00
  • 66c8a7cf33 Merge remote-tracking branch 'pixraider-remote/master' into static-build Roman Isaikin 2016-04-09 22:30:20 +03:00
  • 46f6184f22 Merge pull request #18 from lugia-kun/master Roman Isaikin 2016-04-09 22:06:13 +03:00
  • 6e023af9e0 Fix MsgPackStream export. Роман Исайкин 2016-04-06 11:33:23 +03:00
  • af0e130c58 Merge branch 'master' of https://github.com/romixlab/qmsgpack Hajime Yoshimori 2016-01-09 21:16:48 +09:00
  • 530ff27c0b Remove invalid symlink Hajime Yoshimori 2016-01-09 21:15:37 +09:00
  • b23c76ddf0 Nil packing and unpacking fix Roman Isaikin 2015-12-31 10:36:25 +03:00
  • 349c5051d6 Disabled Qt4 Travis build. Roman Isaikin 2015-12-03 23:31:09 +03:00
  • ecd9111c07 Little doc fix. Roman Isaikin 2015-12-03 23:28:04 +03:00
  • 17e7b9f6f9 ! MAKE_LIB define for proper resolve Q_DECL_EXPORT in win32 pixraider 2015-11-28 20:39:09 +03:00
  • a0a1956aec + qmsgpack.pri for static linking to any project pixraider 2015-11-27 21:52:10 +03:00
  • 527fb32676 Fix build under MSVC18.0 (2012) Hajime Yoshimori 2015-10-05 10:42:03 +09:00
  • f000efd79d Merge branch 'master' of https://github.com/jiangcaiyang/qmsgpack-patched Isaikin Roman 2015-09-12 17:09:12 +03:00
  • 65598cffd7 Another Qt4 build fix. Isaikin Roman 2015-09-12 17:05:08 +03:00
  • 02b8cb0260 Qt4 build fix. Isaikin Roman 2015-09-12 16:59:01 +03:00
  • 5761f66683 Qt types stream operators, documentation updated, custom types support improved, bug fixes and new tests. Isaikin Roman 2015-09-12 16:48:21 +03:00
  • 45c485476a To work with Windows Phone jiangcaiyang 2015-09-10 10:18:10 +08:00
  • 4da435044d MsgPackStream missing dev() added. Some little improvements. Isaikin Roman 2015-08-28 21:12:09 +03:00
  • 5be342038a .pro make install now working. Roman Isaikin 2015-08-07 22:56:51 +03:00
  • db576fce6e Merge branch 'master' of https://github.com/romixlab/qmsgpack Roman Isaikin 2015-08-07 22:40:50 +03:00
  • 169c2bb59d .pro files added Roman Isaikin 2015-08-07 22:40:18 +03:00
  • 760b52c0d5 Update README.md Roman 2015-07-12 22:54:09 +03:00
  • 14dfdb50e2 Update msgpack.org.md Roman 2015-07-12 22:53:25 +03:00
  • b2eb1bfa92 Update README.md Roman 2015-07-12 22:48:42 +03:00
  • d868f78621 Doc work Roman Isaikin 2015-07-12 22:35:34 +03:00
  • 4258811d95 msgpack_common.h define fix Roman 2015-06-30 15:56:10 +03:00
  • 4973aa88f2 qt_types test fixed Sphinx doc added Roman 2015-06-29 20:47:24 +03:00
  • a175a79fda Merge pull request #12 from anton-dutov/nil-pack Roman 2015-06-29 20:36:29 +03:00
  • f5d084e772 Merge pull request #13 from romixlab/qt_types Roman 2015-06-29 20:35:45 +03:00
  • dfdeb25b09 Travis Qt5 build fix Roman 2015-06-29 19:58:14 +03:00