summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-043-120/+4
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-201-2/+3
|\
| * remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-2/+2
| * properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-0/+1
* | MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
|/
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-1/+1
* Fix shadow build compilation with MSVCThiago Macieira2012-05-292-2/+2
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-1/+1
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-252-22/+10
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-2/+10
|\
| * moc: Fix parsing of the empty preprocessor commandOlivier Goffart2012-04-161-0/+2
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-2/+8
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-3/+3
* | Remove compression support from moc.Jędrzej Nowacki2012-03-291-1/+1
* | Ensure that moc doesn't resolve the qreal meta-type idKent Hansen2012-03-182-23/+28
* | Fix comparison type warning.Stephen Kelly2012-03-161-1/+1
* | Add an overload to Moc to allow reading from a QIODevice.Stephen Kelly2012-03-142-2/+9
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-084-6/+121
|\|
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-011-1/+1
| * Merge master -> api_changesRohan McGovern2012-02-293-13/+9
| |\
| * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-273-5/+120
* | | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-022-12/+12
* | | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-294-67/+127
* | | Change the representation of meta-object string dataKent Hansen2012-02-294-74/+188
| |/ |/|
* | moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+8
* | clean up qmake-generated projectsOswald Buddenhagen2012-02-241-8/+0
* | Bump the moc output revisionKent Hansen2012-02-231-1/+1
|/
* moc: Fix loading of plugins in release mode.Friedemann Kleint2012-02-211-26/+40
* Small moc cleanup: Pass lists by const referenceKent Hansen2012-02-202-4/+4
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-206-26/+25
* Minuscule moc cleanup: Don't declare i in function scopeKent Hansen2012-02-201-5/+3
* Qt 5 plugin system: Fix handling of namespaced plugin classes.Friedemann Kleint2012-02-171-0/+4
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-161-1/+1
* Implement new plugin mechanismLars Knoll2012-02-157-150/+283
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3021-21/+21
* Get rid of checks for Qt3 typesKent Hansen2012-01-291-9/+0
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-2/+0
* Update contact information in license headers.Jason McDonald2012-01-2321-21/+21
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-13/+0
* Update copyright year in license headers.Jason McDonald2012-01-0521-21/+21
* Finish removing Qt3 supportBradley T. Hughes2011-12-235-56/+34
* Initialize the return value of signalsOlivier Goffart2011-11-291-1/+1
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+15
* moc: Remove code that generate QMetaObject.Olivier Goffart2011-11-154-320/+0
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-1/+4
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-143-2/+39
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-2/+3