index
:
qt/qtremoteobjects.git
5.10
5.11
5.12
5.13
5.14
5.15
5.9
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
wip/serialization
Qt distributed object system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
remoteobjects
/
qremoteobjectpacket_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in debug output
Kai Köhne
2022-06-20
1
-2
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
1
-38
/
+2
*
Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERN
Sona Kurazyan
2022-06-09
1
-1
/
+2
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
1
-1
/
+2
*
Handle enums/flags as hash/map keys
Brett Stottlemyer
2021-08-17
1
-0
/
+1
*
Support general QMap<*>/QHash<*> types with a proxy
Brett Stottlemyer
2021-08-17
1
-0
/
+27
*
Fix crash when using QList<*> with a proxy
Michael Brasser
2021-08-08
1
-0
/
+27
*
Refactor decodeVariant to pass by rvalue ref/std::move
Brett Stottlemyer
2021-08-04
1
-2
/
+2
*
Rename the classes for adding a custom transport support
Sona Kurazyan
2021-06-17
1
-3
/
+3
*
Fix static analyzer warnings
Sona Kurazyan
2021-05-31
1
-0
/
+5
*
Move client-side Codec to IoDeviceBase
Brett Stottlemyer
2021-05-27
1
-30
/
+6
*
Refactor serialization code into an abstracted class
Brett Stottlemyer
2021-05-27
1
-34
/
+114
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
1
-1
/
+1
*
Avoid constructing QMetaType from type id when possible
Sona Kurazyan
2021-02-16
1
-1
/
+1
*
Support Q_GADGETs with enums
Brett Stottlemyer
2019-05-20
1
-7
/
+0
*
Fix dynamic use_enum logic (Qt types only)
Brett Stottlemyer
2019-05-18
1
-1
/
+3
*
More fixes for (dynamic) enums in signals and slots
Brett Stottlemyer
2019-05-17
1
-3
/
+6
*
Fix handling of QVariant properties
Brett Stottlemyer
2019-05-06
1
-1
/
+2
*
Fix registration for dynamic Replicas
Brett Stottlemyer
2019-05-01
1
-2
/
+2
*
Fix include directives
Friedemann Kleint
2019-01-18
1
-6
/
+6
*
Implement dynamic gadgets
v5.12.0-alpha1
BogDan Vatra
2018-09-06
1
-0
/
+7
*
Fix errors reported by Coverity
Michael Brasser
2018-04-25
1
-1
/
+1
*
Allow recursive packetizing of types
Brett Stottlemyer
2018-04-05
1
-9
/
+41
*
Make (internal) Source objects hierarchical
Brett Stottlemyer
2018-04-04
1
-3
/
+3
*
Say hello to QRemoteObjectNode::heartbeatInterval property
BogDan Vatra
2017-12-08
1
-0
/
+5
*
Send and check the protocol version
v5.10.0-beta3
BogDan Vatra
2017-10-24
1
-0
/
+1
*
Correct QtRO license headers and added missing license files
v5.9.0-beta4
Jani Heikkinen
2017-05-02
1
-13
/
+19
*
Fixes for license check
Brett Stottlemyer
2017-01-14
1
-21
/
+13
*
Fix several coverity warnings
Brett Stottlemyer
2016-12-05
1
-0
/
+1
*
Fix warnings from syncqt.pl
Kevin Funk
2016-11-30
1
-0
/
+11
*
Generate, send and check class signature for .rep generated classes
BogDan Vatra
2016-09-08
1
-3
/
+4
*
Send property information of the changed signals
BogDan Vatra
2016-06-20
1
-2
/
+2
*
Provide type name for source locations
Kevin Funk
2016-03-21
1
-2
/
+26
*
Make connection-factories public
Brett Stottlemyer
2015-12-02
1
-43
/
+3
*
Enhance .rep enum handling
Kevin Funk
2015-12-01
1
-0
/
+3
*
Less pointer-handling
Kevin Funk
2015-11-30
1
-1
/
+1
*
[perf] Pass property index, not name
Brett Stottlemyer
2015-08-31
1
-57
/
+2
*
[internal] Don't use QRemoteObjectPacket
Brett Stottlemyer
2015-08-31
1
-115
/
+40
*
[internal] Remove packet->serialize()
Brett Stottlemyer
2015-08-31
1
-34
/
+13
*
[internal] Separate packet enum from class
Brett Stottlemyer
2015-08-31
1
-13
/
+14
*
Fix const char* constructor of RawString.
Björn Breitmeyer
2015-08-28
1
-1
/
+7
*
Reuse the QVariantList in marshall args during serialization.
Björn Breitmeyer
2015-08-28
1
-0
/
+2
*
Reuse memory during PropertyChangePacket de/serialization.
Björn Breitmeyer
2015-08-28
1
-1
/
+52
*
Further performance improvements by avoiding allocation.
Björn Breitmeyer
2015-08-27
1
-1
/
+4
*
Improved backend transmission performance.
Björn Breitmeyer
2015-08-27
1
-32
/
+45
*
Fix/Enhance datastream handling
Brett Stottlemyer
2015-07-07
1
-0
/
+3
*
Fix connection between Replica and ReplicaPrivate
Brett Stottlemyer
2015-06-14
1
-1
/
+0
*
QRemoteObjectSourcePrivate -> QRemoteObjectSource
Kevin Funk
2015-04-30
1
-5
/
+5
*
Fix slots with arguments
Sebastian Sauer
2015-04-01
1
-2
/
+0
*
[internal] Use SourcePrivate for encoder packets
Brett Stottlemyer
2015-03-03
1
-9
/
+7
[next]