summaryrefslogtreecommitdiffstats
path: root/src/knx/qknxadditionalinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing comparison operators and documentationKarsten Heimrich2018-04-201-0/+3
* Rename the archaic manufactor to manufacturerKarsten Heimrich2018-03-151-1/+1
* WS-only changeKarsten Heimrich2018-03-131-3/+2
* Remove superfluous header includesKarsten Heimrich2018-03-131-1/+0
* Remove superfluous toString() implementationsKarsten Heimrich2018-03-131-1/+0
* Remove superfluous QDataStream implementationsKarsten Heimrich2018-03-131-8/+0
* Update the implementation of the KNXnet/IP additional infoKarsten Heimrich2018-03-071-31/+26
* Compile module without the overwhelming template and QByteArray supportKarsten Heimrich2018-03-061-16/+5
* Update license headersKarsten Heimrich2017-09-251-5/+13
* Replace old style Q_ENUMS with Q_ENUMKarsten Heimrich2017-09-181-1/+1
* Make the classes Q_GADGET to be able to access there enum valuesKarsten Heimrich2017-09-011-0/+3
* Remove std::vector and std::deque from public APIKarsten Heimrich2017-08-311-2/+0
* Extend the class with a fromBytes(...) function, small cleanupKarsten Heimrich2017-06-301-5/+23
* Do not declare the classes as movable until we decide on the final storageKarsten Heimrich2017-06-301-1/+0
* Make QByteArray the default return typeKarsten Heimrich2017-06-271-1/+1
* Fix license to preview commercialMaurice Kalinowski2017-06-261-2/+16
* Make the additional info a byte store descendantKarsten Heimrich2017-05-171-57/+19
* Replace Qt::Uninitialized with '0' as second template argumentLucie Gerard2017-04-111-2/+2
* Replacing pragma once with ifndef define statementsLucie Gerard2017-04-111-1/+4
* Add default parameter type, adjust usagesKarsten Heimrich2017-03-091-2/+2
* Cleanup ctor list, backing store etc. Adjust auto-testsKarsten Heimrich2017-03-071-0/+1
* Rename file, remove superfluous classKarsten Heimrich2017-03-071-7/+7
* Support std::array, add TODO, rewrite appendData(...) function, cleanupKarsten Heimrich2017-02-171-2/+4
* Minor style changesKarsten Heimrich2017-02-171-1/+2
* Remove ambiguous constructors, add statics insteadKarsten Heimrich2017-02-161-4/+9
* Some cleanup, adapt function names etc.Karsten Heimrich2017-02-081-13/+15
* Make the supported type checker template more genericKarsten Heimrich2017-01-301-2/+2
* Add optional QByteArray ctor and make rawData() return tit as wellKarsten Heimrich2017-01-191-9/+45
* Implement cEMI frame additional info helper classKarsten Heimrich2017-01-181-0/+70