Commit Graph

14 Commits

Author SHA1 Message Date
Isaikin Roman 6cf1e17492 1/2 QPoint 2015-04-15 19:13:54 +03:00
Roman cb0ed45ea1 typo 2015-04-14 23:52:52 +03:00
Roman 906c48b9b6 QReadLocker / QWriteLocker instead manual lock() unlock() for safety (e.g. exception before unlock())
master ahead manual fix
2015-04-14 23:03:04 +03:00
Roman e7c6afcd49 Thread safety implemented for registerPacker and registerUnpacker 2015-04-14 22:50:20 +03:00
Roman dd24abd0b7 QTime, QDate, QDateTime added 2015-04-12 13:43:14 +03:00
Roman e7c0ee2387 Started working on Qt types packers/unpackers
QColor implemented
cmake will fail with Qt4 for now
2015-04-11 22:11:44 +03:00
Elvis Stansvik 8d03b48b10 Some header inclusion clean-ups.
o Include what is directly used, nothing more.
 o Don't rely on transitive inclusion.
 o Order inclusions as: 1) own, 2) Qt, 3) others.
 o Order inclusions alphabetically.
 o Use forward declarations where possible.
 o Blank line between include guard and #include directives.

Tested on Qt 4.8.6 and Qt 5.4.1.

This incidentally fixes "invalid use of incomplete type ‘class
QStringList’" which I got in pack_p.cpp with Qt 4.8.6.
2015-04-11 15:48:55 +02:00
Roman 1d3c06bb70 bin wrong first byte 2015-03-31 00:16:40 +03:00
Roman 5f4f72dac8 Compatibility mode implemented 2014-11-02 23:28:21 +03:00
romixlab c07318c325 some bugs fixed, test written, version() added 2014-09-26 22:03:24 +04:00
Roman 93f45f9b0b some bug fixes (++ optimized out) 2014-09-24 22:18:37 +04:00
romixlab 1ee73e8cf8 bug with map unpacking fixed 2014-09-24 21:00:13 +04:00
Roman 4c905a30e4 pack test is almost done, some fixes in cmake files 2014-09-22 23:01:21 +04:00
romixlab fd58047192 cmake files added, folder tree reorganized, pack test partially written 2014-09-22 20:03:00 +04:00