aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix files to link against on Windows."Renato Filho2012-03-091-1/+1
* Remove ancient code commented out years ago.Hugo Parente Lima2012-03-091-144/+0
* Comestic changes to follow our code style.Hugo Parente Lima2012-03-091-112/+111
* When the class is a alias for a template class, proper rename their construct...Hugo Parente Lima2012-03-091-0/+1
* When the class is a alias for a template class, copy all properties from the ...Hugo Parente Lima2012-03-091-0/+10
* Add more tests for hasNonPrivateCtor method, when the type is a alias for a t...Hugo Parente Lima2012-03-092-3/+25
* Remove useless castType variable.Hugo Parente Lima2012-03-091-12/+1
* Fix MSVC compilation failure.Catalin Iacob2012-03-091-1/+1
* Fix files to link against on Windows.Catalin Iacob2012-03-091-1/+1
* Do not add the base class as a dependency if the base class is not in the graph.Hugo Parente Lima2012-03-091-2/+4
* Add better error message when a cyclic type dependency is found.Hugo Parente Lima2012-03-091-1/+10
* Do not copy the QList, use a const reference instead.Hugo Parente Lima2012-03-091-5/+1
* Bump version to 0.5.2.Renato Filho2012-03-091-1/+1
* Updated git-archive use to keep compatibility with git version 1.6.Renato Filho2012-03-091-1/+1
* Fix soname of ApiExtractor.Hugo Parente Lima2012-03-091-1/+2
* Bump version to 0.5.1.Hugo Parente Lima2012-03-091-1/+1
* added gitattributes.Renato Filho2012-03-091-0/+2
* Fixed QFlags lookup.Renato Filho2012-03-091-1/+13
* Tag user added function inside namespaces as static functions.Hugo Parente Lima2012-03-091-0/+2
* Bump the documentation versionHugo Parente Lima2012-03-091-2/+2
* Added tests for template instanciations using enum values, all under a nice n...Hugo Parente Lima2012-03-093-0/+110
* Fixes template instanciation when the template parameter is a enum value.Hugo Parente Lima2012-03-091-47/+33
* Only add an enclosing class to the dependency graph if it's part of the graph.Hugo Parente Lima2012-03-091-1/+1
* Add EnumValueTypeEntry.Hugo Parente Lima2012-03-092-0/+37
* Remove detection of duplicated enum values, this was implemented due to a bug...Hugo Parente Lima2012-03-092-51/+2
* Support 'void' argument.Lauro Neto2012-03-091-0/+8
* Adding tests for 'void' argument in functionsLauro Neto2012-03-093-0/+119
* Do not generate bindings for global functions when the typesystem was loaded ...Hugo Parente Lima2012-03-092-2/+3
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2012-03-094-0/+90
|\
| * Update class info once a default ctor is added.Luciano Wolf2012-03-094-0/+90
* | Add method setTypeEntry to AbstractMetaFunction.Hugo Parente Lima2012-03-092-0/+6
* | Added documentation for function tag.Hugo Parente Lima2012-03-091-2/+17
* | Show a warning if a global function defined in typesystem was not found by th...Hugo Parente Lima2012-03-091-25/+37
* | Fix constness of FunctionTypeEntry methods.Hugo Parente Lima2012-03-091-2/+2
* | Do not create two AbstractMetaClass for every template class.Hugo Parente Lima2012-03-092-2/+10
* | Remove hardcoded QXmlStreamStringRef class from ApiExtractor.Hugo Parente Lima2012-03-091-4/+0
* | Fix class dependence in topological sort.Hugo Parente Lima2012-03-091-27/+4
* | Write graph nodes using quotes on Graph::dump.Hugo Parente Lima2012-03-091-1/+1
* | Bump version to 0.5.0, due to ABI breackage.Hugo Parente Lima2012-03-091-2/+2
* | Do not set the include file on TypeEntries when the include file does not exi...Hugo Parente Lima2012-03-093-19/+35
* | Fix constness of TypeDatabase methods.Hugo Parente Lima2012-03-092-39/+39
* | TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-0912-666/+797
* | Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-099-19/+194
* | Include class moved to its own .h/.cpp file.Hugo Parente Lima2012-03-095-63/+137
* | Removed methods includeFile and setIncludeFile from AbstractMetaAttribute.Hugo Parente Lima2012-03-092-16/+12
* | Set the include file for enums.Hugo Parente Lima2012-03-091-6/+11
* | Fixed constness of Include::isValid.Hugo Parente Lima2012-03-091-1/+1
* | Added qHash, operator<<(QTextStream,Include) and operator== to class Include.Hugo Parente Lima2012-03-092-1/+22
* | Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2012-03-091-3/+9
|/
* Added ContainerTypeEntry::typeName() method.Hugo Parente Lima2012-03-092-0/+35