katie/src/dbus
Ivailo Monev d833715118 do not duplicate the file-descriptor from QDBusUnixFileDescriptor constructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-21 14:23:35 +03:00
..
CMakeLists.txt remove PCH build option 2021-02-13 20:21:31 +02:00
qdbusabstractadaptor.cpp correct strcmp() and strncmp() return value checks 2021-09-21 14:31:02 +03:00
qdbusabstractadaptor.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusabstractadaptor_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusabstractinterface.cpp get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusabstractinterface.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusabstractinterface_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusargument.cpp static analyzer warning fixes 2022-02-22 22:39:28 +02:00
qdbusargument.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusargument_p.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusconnection.cpp use qAtomicAssign() in objects assignment operators where possible 2021-11-25 11:30:57 +02:00
qdbusconnection.h remove redundant forward class declaration in qdbusconnection header 2021-06-21 15:32:46 +03:00
qdbusconnection_p.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusconnectioninterface.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusconnectioninterface.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusconnectionmanager_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbuscontext.cpp get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbuscontext.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbuscontext_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusdemarshaller.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbuserror.cpp keep references to strings in QDBusConnection, QDBusError and QDBusServer 2021-03-21 08:21:38 +02:00
qdbuserror.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusextratypes.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusextratypes.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusintegrator.cpp remove redundant return statement at the end of QDBusConnectionPrivate::deliverCall() 2021-11-15 05:59:45 +02:00
qdbusintegrator_p.h remove unused QDBusConnectionPrivate::deliverCall() argument 2021-02-18 03:55:35 +02:00
qdbusinterface.cpp correct strcmp() and strncmp() return value checks 2021-09-21 14:31:02 +03:00
qdbusinterface.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusinterface_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusinternalfilters.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusintrospection.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusintrospection_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmarshaller.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmessage.cpp get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusmessage.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmessage_p.h remove unused QDBusMessagePrivate::timeout member 2021-03-21 07:23:54 +02:00
qdbusmetaobject.cpp construct QVarLengthArray<T>() with the right size instead of resizing it in QDBusMetaObjectGenerator::write() 2021-10-04 09:30:04 +03:00
qdbusmetaobject_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmetatype.cpp use QStdVector<T> instead of QVector<T> for metatype and font database cache 2022-01-29 02:00:30 +02:00
qdbusmetatype.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmetatype_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusmisc.cpp use proper string constructors for latin strings 2021-06-18 19:55:13 +03:00
qdbuspendingcall.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbuspendingcall.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbuspendingcall_p.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbuspendingreply.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbuspendingreply.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusreply.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusreply.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusserver.cpp keep references to strings in QDBusConnection, QDBusError and QDBusServer 2021-03-21 08:21:38 +02:00
qdbusserver.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusservicewatcher.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusservicewatcher.h get rid of Q_NULLPTR definition [ci reset] 2021-08-06 15:35:28 +03:00
qdbusthreaddebug_p.h replace recursive QMutex-es with std::recursive_mutex where possible 2021-07-22 13:26:24 +03:00
qdbusunixfiledescriptor.cpp do not duplicate the file-descriptor from QDBusUnixFileDescriptor constructor 2022-04-21 14:23:35 +03:00
qdbusunixfiledescriptor.h generalized initializers and rvalue references are standard since C++11 [ci reset] 2022-01-28 16:31:30 +02:00
qdbusutil.cpp do not deep-copy objects when iterating in variantToString() function 2021-11-19 06:44:46 +02:00
qdbusutil_p.h remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusxmlgenerator.cpp use proper QString constructors for latin strings 2021-06-21 15:35:40 +03:00
qdbusxmlparser.cpp remove optional license exception 2021-02-08 15:08:15 +02:00
qdbusxmlparser_p.h remove optional license exception 2021-02-08 15:08:15 +02:00