aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump to release 0.6.1.Renato Filho2012-03-091-1/+1
* Bump version to 0.6.0Renato Filho2012-03-091-2/+2
* Added methods to AbstractMetaClass to verify the presence of protected members.Marcelo Lira2012-03-092-5/+32
* Added methods ApiExtractor::findAbstractMetaEnum.Marcelo Lira2012-03-092-0/+58
* Use external CXX_FLAGS on compilation flags.Renato Filho2012-03-091-2/+2
* Disabled GCC optimization flags by default.Renato Filho2012-03-092-8/+22
* Fixed invalid links flags on MacOS.Renato Filho2012-03-091-3/+5
* The initialisation of TypeDatabase must happen first in TestUtil constructor.Marcelo Lira2012-03-091-2/+3
* Fixes a misspelling.Marcelo Lira2012-03-091-1/+1
* Imitialize apiVersion on typesystem.Renato Filho2012-03-091-1/+1
* Document about the flag "since".Renato Filho2012-03-092-6/+38
* Created unittest to flag "since".Renato Filho2012-03-0913-8/+205
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-099-99/+210
* Avoid export unnecessary symbols to public api.Renato Filho2012-03-092-0/+8
* 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