summaryrefslogtreecommitdiffstats
path: root/src/tools/qdbuscpp2xml
Commit message (Expand)AuthorAgeFilesLines
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-4/+4
* qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+1
|\
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+1
* | moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-101-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | qdbuscpp2xml: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-8/+9
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | qdbuscpp2xml: Fixed wrong filename being reported in messagesSwen Kooij2016-01-161-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* Check the Q_SCRIPTABLE tag of signals and slots as early as possible.Robert Griebl2014-11-041-0/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Improve dbus cross compilationBernd Weimer2014-07-281-1/+1
* Update copyright year in tools outputKai Koehne2014-03-311-2/+2
* QDBus: improve error handling, to give the developer feedback.David Faure2013-07-011-4/+8
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-1/+3
* create bootstrap-dbus moduleOswald Buddenhagen2013-03-141-17/+4
* normalize #includesOswald Buddenhagen2013-03-142-7/+6
* remove pointless DBUS_PATH includesOswald Buddenhagen2013-03-131-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-2/+2
* DBUS: Fix linker errors on Windows.Friedemann Kleint2012-12-201-1/+0
* make qt_tool support building bootstrapped toolsOswald Buddenhagen2012-11-161-7/+1
* remove pointless TARGET assignmentsOswald Buddenhagen2012-11-161-1/+0
* Generate a proper static QtBootstrap moduleOswald Buddenhagen2012-11-081-2/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-2/+2
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-8/+8
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+2
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-1/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* don't refer to module versions during bootstrapOswald Buddenhagen2012-06-191-2/+2
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-3/+0
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-1/+1
* Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-161-5/+5
* Merge master into api_changesKent Hansen2012-03-271-2/+3
* Bootstrap qdbuscpp2xml.Stephen Kelly2012-03-182-217/+252
* Add qdbuscpp2xml.Stephen Kelly2012-03-182-0/+456