summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Clean up windows qmake scopesOliver Wolff2018-11-221-1/+1
* Do not register enums from other classesBogDan Vatra2018-09-261-13/+13
* Fix issues with refactored CLASS/MODEL supportMichael Brasser2018-05-171-0/+2
* Add a blank line after generated <Class>SourceAPIMichael Brasser2018-04-271-0/+1
* Support non-CONSTANT pointer typesBrett Stottlemyer2018-04-251-3/+5
* Fix handling of CONSTANT propertiesBrett Stottlemyer2018-04-251-3/+14
* Allow nodes to proxy (or convert) replicasBrett Stottlemyer2018-04-251-5/+5
* Address repc generated override warningBrett Stottlemyer2018-04-051-1/+1
* Make (internal) Source objects hierarchicalBrett Stottlemyer2018-04-041-4/+4
* Rework REPC QObject* handlingv5.11.0-beta3Brett Stottlemyer2018-04-042-189/+130
* repc: Fix g++ 7.2 compiler warning about fall throughFriedemann Kleint2018-03-191-1/+1
* Add metatype registrations for POD attributesv5.11.0-beta2Michael Brasser2018-03-081-1/+4
* Fix infinite loop during slot cleanup for propertiesChristian Gudrian2018-02-261-0/+1
* [repc] Don't use override for READONLY PROPsMichael Brasser2017-12-232-4/+7
* Ensure we setNode for replicas with MODELsMichael Brasser2017-12-231-1/+1
* Have SimpleSource derive from SourceBrett Stottlemyer2017-12-131-135/+146
* Add/extend Class/Model keywords for repcBrett Stottlemyer2017-12-131-46/+133
* Fix crash with templated enableRemotingMichael Brasser2017-12-081-1/+1
* Correctly handle class enum signal parametersMichael Brasser2017-12-081-6/+29
* Fix unused object warningBogDan Vatra2017-11-241-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-243-16/+71
|\
| * Send also the methods and then signals parameter namesBogDan Vatra2017-11-021-1/+17
| * Send enum detailsBogDan Vatra2017-11-021-1/+17
| * Generate a protected setter for SimpleSource READONLY propertiesv5.10.0-beta2Michael Brasser2017-10-062-7/+31
| * repc: Fix warnings in generated codeKevin Funk2017-09-251-12/+10
| * Win: Set proper description for repc toolKai Koehne2017-09-201-0/+1
* | Move free qtro_* functions in QtPrivate namespaceKevin Funk2017-09-271-7/+7
* | repcodegenerator: Prefix members with m_Kevin Funk2017-09-221-52/+52
|/
* Sync moc copy with moc from qtbase 5.9 branchKevin Funk2017-06-0922-476/+691
* Silence GCC 7 case fallthrough warningsThiago Macieira2017-06-031-2/+2
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-1/+1
|\
| * fix build in directory with spacesOswald Buddenhagen2017-05-111-1/+1
* | remove obsolete hack for framework buildOswald Buddenhagen2017-05-301-8/+0
* | Move: tools/repc/{3rdparty/moc => moc_copy}Kevin Funk2017-05-2223-1/+1
* | Add MODEL keyword to repcBrett Stottlemyer2017-05-191-6/+104
* | Provide static method for registering metatypesBrett Stottlemyer2017-05-161-18/+28
|/
* Correct QtRO license headers and added missing license filesv5.9.0-beta4Jani Heikkinen2017-05-0227-456/+321
* Fix build for -no-feature-commandlineparserStephan Binner2017-04-191-1/+3
* Replace Q_DECL_OVERRIDE -> overrideKevin Funk2017-03-291-23/+23
* Replace Q_NULLPTR -> nullptrKevin Funk2017-03-291-1/+1
* QRegExp include cleanupSamuel Gaist2017-02-161-0/+1
* better naming for top_srcdirOswald Buddenhagen2017-01-311-2/+2
* Compile with a namespaced QtVolker Krause2017-01-307-6/+19
* Don't force force_bootstrapBrett Stottlemyer2017-01-271-1/+1
* Fix namespaced compileMichael Brasser2017-01-251-1/+3
* Fixes for license checkBrett Stottlemyer2017-01-147-150/+94
* repc: Remove output file in case of invalid inputKevin Funk2016-12-201-3/+10
* repc: Fix generated code for class with one SIGNALKevin Funk2016-12-201-2/+0
* [Fix][repc] Don't generate empty slot arraysBrett Stottlemyer2016-12-061-10/+38
* Fix SourceApi lookupBrett Stottlemyer2016-12-051-3/+6