aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-093-1/+62
* Do not add an operator function to a class from a referred type system.Marcelo Lira2012-03-091-2/+3
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-095-14/+206
* Value type classes now have implicit copy constructors added when needed.Marcelo Lira2012-03-092-4/+43
* Marks user added constructors with one argument of a custom type as explicit.Marcelo Lira2012-03-091-2/+5
* Adds convenience methods regarding copy constructors to AbstractMetaClass.Marcelo Lira2012-03-092-0/+53
* Tests if added constructor with custom type creates an implicit converter.Marcelo Lira2012-03-091-1/+9
* Fixes attributes for default constructors and class' "isPolymorphic" flag.Marcelo Lira2012-03-091-3/+4
* An inner class should not be polymorphic just because his enclosing class is.Marcelo Lira2012-03-092-0/+24
* Changed routine to build source packages.Hugo Lima2012-03-092-583/+7
* Bump version to 0.4.1Hugo Lima2012-03-091-1/+1
* Bump version to 0.4.0Hugo Lima2012-03-091-2/+2
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-094-2/+92
* Remove some java-oriented stuff from ApiExtractor inherited from QtJambi gene...Hugo Lima2012-03-092-39/+6