Commit Graph

  • 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
  • 697204926c Merge branch 'qt_types' of https://github.com/romixlab/qmsgpack into qt_types Roman 2015-06-29 19:54:04 +03:00
  • 63c15f9ead Qt4 user type fixes QDate, QTime, QDateTime, QPoint, QSize, QRect isNull() checks Roman 2015-06-29 19:52:59 +03:00
  • 564e57a0cb Update .travis.yml Roman 2015-06-29 14:58:59 +03:00
  • 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 Roman 2015-06-29 14:32:35 +03:00
  • deac492817 Nil packer and unittests pack/unpack for nil Anton Dutov 2015-06-29 01:33:48 +05:00
  • c8b826c6a0 Unpack nil fix Anton Dutov 2015-06-29 01:19:10 +05:00
  • 0faf4a0a27 Update README.md Roman 2015-06-27 14:50:28 +03:00
  • 23157d8eb1 Create msgpack.org.md Roman 2015-06-27 14:48:41 +03:00
  • f45abecbb1 Update README.md Roman 2015-06-27 14:48:00 +03:00
  • 2bbc07fb52 Update README.md Roman 2015-06-27 14:46:47 +03:00
  • 318aa870cd sysdep.h moved to endianhelper.h for MsgPackStream MsgPackStream integers fixed (unpack_upto_* removed, bad idea) MsgPackStream::test_array added Isaikin Roman 2015-06-10 17:42:06 +03:00
  • 9e61498ca2 MsgPackStream: writeBytes() added Isaikin Roman 2015-05-29 20:15:26 +03:00
  • 7d5d72e814 Some bugs fixed float support added float, double, QByteArray, QList<T> to MsgPackStream added float, double, QByteArrat tests for MsgPackStream added Roman 2015-05-24 22:31:35 +03:00
  • 1277a0c204 MsgPackStream: float, double Isaikin Roman 2015-05-23 20:00:40 +03:00
  • 2acfaf4cc5 Typo Roman 2015-05-19 23:02:13 +03:00
  • f978fb0d78 MsgPackStream QString and const char * added Qt types: QPoint, QSize, QRect implemented using MsgPackStream MsgPackStream QString tests added Roman 2015-05-19 22:41:22 +03:00
  • b7fbf6413e MsgPackStream integers pack and unpack User types packers now called only once, and return QByteArray Roman 2015-05-16 21:45:33 +03:00
  • 32b04745ee MsgPackStream work Isaikin Roman 2015-05-16 12:07:10 +03:00
  • 87bd3dedb1 MsgPackStream work (now working now) Roman 2015-05-15 22:49:39 +03:00
  • 1ae96715cf Started work on MsgPackStream Roman 2015-05-02 00:06:35 +03:00
  • 3b0d6e3c31 Work on QTime, QDate, QDateTime, QSize, QPoint, QRect unpack_upto_<integer> added for user packer / unpacker functions Roman 2015-04-22 23:47:31 +03:00
  • 6d04bc66c6 ExtHelpers added Roman 2015-04-15 22:59:59 +03:00
  • 6cf1e17492 1/2 QPoint Isaikin Roman 2015-04-15 19:13:54 +03:00
  • cb0ed45ea1 typo Roman 2015-04-14 23:52:52 +03:00
  • 906c48b9b6 QReadLocker / QWriteLocker instead manual lock() unlock() for safety (e.g. exception before unlock()) master ahead manual fix Roman 2015-04-14 23:03:04 +03:00
  • e7c6afcd49 Thread safety implemented for registerPacker and registerUnpacker Roman 2015-04-14 22:50:20 +03:00
  • dd24abd0b7 QTime, QDate, QDateTime added Roman 2015-04-12 13:43:14 +03:00
  • 8482a8a5c8 Update README.md Roman 2015-04-12 08:53:19 +03:00
  • 842a07bcf0 Update README.md Roman 2015-04-11 22:14:47 +03:00
  • e7c0ee2387 Started working on Qt types packers/unpackers QColor implemented cmake will fail with Qt4 for now Roman 2015-04-11 22:11:44 +03:00
  • 52866234be Build status added Roman 2015-04-11 20:18:49 +03:00
  • 62b1a23165 Merge pull request #10 from estan/fix-travis Roman 2015-04-11 19:43:01 +03:00
  • 413e3c7436 Disable clang build on Travis for now. Elvis Stansvik 2015-04-11 18:03:18 +02:00
  • 8e3dc57316 Merge pull request #9 from estan/fix-travis Roman 2015-04-11 18:37:41 +03:00
  • a414feeed3 Update README.md Roman 2015-04-11 18:37:25 +03:00
  • 76f46f5f9d Merge pull request #6 from estan/include-fixes Roman 2015-04-11 18:29:50 +03:00
  • 0824680f85 Don't use apt-get upgrade on Travis. Elvis Stansvik 2015-04-11 16:32:13 +02:00
  • 127045f520 Use CMake 2.8.11.2 from ppa:kalakris/cmake instead. Elvis Stansvik 2015-04-11 16:27:01 +02:00
  • dd1be2463f Add CMake 3.x from PPA to Travis. Elvis Stansvik 2015-04-11 16:23:13 +02:00
  • 0408a72aa2 Rename travis.yml to .travis.yml Roman 2015-04-11 17:01:34 +03:00
  • 100c5b903c Merge pull request #7 from estan/enable-travis-ci Roman 2015-04-11 17:00:14 +03:00
  • 4cee7c1a3e Add travis.yml. Elvis Stansvik 2015-04-11 15:56:53 +02:00
  • 8d03b48b10 Some header inclusion clean-ups. Elvis Stansvik 2015-04-11 15:45:04 +02:00
  • 0055145669 Thread-safety section added Roman 2015-04-11 16:14:13 +03:00
  • 64c7c813ca Update LICENSE Roman 2015-04-11 15:58:42 +03:00
  • aa0f3d7018 Create LICENSE Roman 2015-04-11 15:55:26 +03:00
  • 1d3c06bb70 bin wrong first byte Roman 2015-03-31 00:16:40 +03:00
  • e9de67569d Update README.md Roman 2014-12-19 23:13:13 +03:00
  • 544cba7374 Update README.md Roman 2014-12-19 23:00:24 +03:00
  • 1b9d5f4c12 Update README.md Roman 2014-12-19 22:55:21 +03:00
  • 226a9e03b9 Update README.md Roman 2014-12-19 22:54:05 +03:00
  • 5f4f72dac8 Compatibility mode implemented Roman 2014-11-02 23:28:21 +03:00
  • c07318c325 some bugs fixed, test written, version() added romixlab 2014-09-26 22:03:24 +04:00
  • 93f45f9b0b some bug fixes (++ optimized out) Roman 2014-09-24 22:18:37 +04:00
  • 1ee73e8cf8 bug with map unpacking fixed romixlab 2014-09-24 21:00:13 +04:00
  • 4c905a30e4 pack test is almost done, some fixes in cmake files Roman 2014-09-22 23:01:21 +04:00
  • fd58047192 cmake files added, folder tree reorganized, pack test partially written romixlab 2014-09-22 20:03:00 +04:00
  • 39a26510dc user type unpacking implemented, unpack code reorganized romixlab 2014-09-19 23:26:24 +04:00
  • 640f6fa155 Delete qmsgpack.pro.user Roman 2014-09-18 23:49:22 +04:00
  • 98cf9ff8ee user type packing implemented Roman 2014-09-18 23:47:58 +04:00
  • 0e5c49f36d packing is done, except for user types romixlab 2014-09-18 22:10:51 +04:00
  • b9d3164213 working... romixlab 2014-09-16 22:54:36 +04:00
  • 0b76bc5d97 work in progress... Isaikin Roman 2014-09-14 23:40:30 +04:00
  • dfe5c62537 Delete types.gnumeric Roman 2014-09-10 22:13:58 +04:00
  • 91bf6774ff Merge branch 'master' of https://github.com/romixlab/msgpack-qt Isaikin Roman 2014-09-10 22:12:25 +04:00
  • bf1f9977ce work in progress Isaikin Roman 2014-09-10 22:11:41 +04:00
  • 74a7e2ac37 Delete msgpack-qt.pro.user Roman 2014-09-09 22:23:15 +04:00
  • 27e2bae3de unpacking of all types except ext and map is done (untested!) Isaikin Roman 2014-09-09 22:21:39 +04:00
  • 52b0a6ed56 Rename qmsgpack.pro to msgpack-qt.pro Roman 2014-09-08 18:48:56 +04:00
  • 4bc90285a9 Delete qmsgpack.pro.user Roman 2014-09-08 18:46:18 +04:00
  • 70cd81a2ce unpacking is partially done romixlab 2014-09-08 18:40:20 +04:00
  • 7415c0968b work in progress... Isaikin Roman 2014-09-07 22:24:14 +04:00
  • 2490c911e8 Initial commit Roman 2014-09-07 17:41:02 +04:00