summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [behavior change] Fix/enhance property notifiersBrett Stottlemyer2015-07-071-6/+9
* Repc must not link to repparser to avoid pulling QtCore dependencyFranck Arrecot2015-03-181-1/+5
* RepParser is now a static lib and a qt moduleFranck Arrecot2015-03-173-667/+1
* Don't call virtual function through referenceKevin Funk2015-03-175-14/+17
* Always register type and its stream operatorsKevin Funk2015-03-122-11/+37
* repc: Improve error reportingKevin Funk2015-03-123-8/+68
* repc: Generate code with fully-qualified includesKevin Funk2015-03-111-8/+8
* Improve error checking on exposed APIBrett Stottlemyer2015-03-031-3/+18
* [repc]Fix index offset for SourceApi PropertiesBrett Stottlemyer2015-03-021-1/+1
* Fix compilation error.Rafael Roquetto2015-02-271-0/+4
* Include QDataStream in generated codeKevin Funk2015-02-261-0/+1
* Remove qDebug() output from repc codeBrett Stottlemyer2015-02-231-1/+0
* Allow .rep API to differ from Source APIBrett Stottlemyer2015-01-272-1/+154
* [minor] Remove unnecessary conversionBrett Stottlemyer2015-01-141-2/+1
* Fix cleanup patchBrett Stottlemyer2015-01-142-4/+5
* Cleanup code a bitKevin Funk2014-12-242-16/+19
* Fix generation of slot signaturesTobias Koenig2014-12-233-44/+58
* Fix parsing of const ref parametersTobias Koenig2014-12-231-0/+1
* Remove unused moc source files.Rafael Roquetto2014-12-182-463/+0
* Remove not necessary includesMontel Laurent2014-12-182-2/+0
* repc: Fix examples and improve warningsKevin Funk2014-12-121-1/+1
* Bootstrap builds outside of qtbase don't work with OS X frameworks.Volker Krause2014-12-111-1/+1
* [repc] Replace std::vector -> QVectorBrett Stottlemyer2014-12-041-1/+1
* Remove QRemoteObjectSource typeBrett Stottlemyer2014-12-031-3/+2
* Make sure templates can be used as properties.Björn Breitmeyer2014-12-031-1/+1
* [repc] Generate Source and SimpleSource classesBrett Stottlemyer2014-12-022-16/+27
* Add .rep and .h generator from server .h fileBogDan Vatra2014-12-0234-77/+8872
* Add support for const'ref in SIGNAL/SLOT argumentsMontel Laurent2014-12-012-10/+30
* repc: Don't depend on QMO::normalizedSignatureKevin Funk2014-11-261-4/+40
* repc: Enable force_bootstrapKevin Funk2014-11-261-0/+1
* Normalize signatures for QMetaObject::indexOfSlotKevin Funk2014-11-211-2/+4
* Show usage if any params is invalid.BogDan Vatra2014-11-211-1/+1
* Implement QRemoteObjectPending{Call, Reply}Kevin Funk2014-11-202-7/+30
* Add template support for PODMontel Laurent2014-11-172-36/+63
* Don't mix struct and class for the same type.Volker Krause2014-11-141-2/+2
* MSVC 2010 doesn't like QStringLiteral for default arguments.Volker Krause2014-11-141-1/+1
* Use QStringLiteralMontel Laurent2014-11-121-26/+26
* ASTFunction: Default to returnType == "void"Kevin Funk2014-11-122-0/+7
* Allow to support signal/slot with template argumentMontel Laurent2014-11-122-13/+51
* Also parse SIGNAL(...) properlyKevin Funk2014-11-103-5/+12
* Move SLOT(...) parsing into repparserKevin Funk2014-11-103-49/+97
* Optimization: Not necessary to create copyMontel Laurent2014-11-101-9/+10
* Allow to define slot with argument without argumentMontel Laurent2014-11-071-4/+16
* Simplify AST node classesKevin Funk2014-11-063-118/+62
* Initialize values properly in QTRO sourceKevin Funk2014-11-061-0/+8
* Remove grammar description which went out of syncKevin Funk2014-11-061-26/+0
* Typo fix: Marshaling -> MarshallingKevin Funk2014-11-062-3/+3
* Style: Use lower-case file namesKevin Funk2014-11-066-7/+7
* Don't add "private:" if it's not necessaryMontel Laurent2014-11-061-5/+7
* Make some minor optimizationMontel Laurent2014-11-062-11/+11