aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Implement getTypeIndex function for types no generated types and ↵Hugo Parente Lima2012-03-091-3/+1
| | | | | | | | primitive types." This commit broke the macosx build of PySide. This reverts commit e9758a01f15bc53de8e03b77ec8beb5673b1b1af.
* Implement getTypeIndex function for types no generated types and primitive ↵Hugo Parente Lima2012-03-091-1/+3
| | | | | | | types. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix bug 731 - "Can't specify more than a single 'since' argument"Hugo Parente Lima2012-03-091-3/+5
|
* Check inconsistencies for enums and disable generation of private entities.Hugo Parente Lima2012-03-091-1/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Filho <renato.filho@openbossa.org>
* Added revision attribute to type entries tags and flags-revision to ↵Hugo Parente Lima2012-03-091-0/+3
| | | | | | | enum-type tag. These attributes will be useful to separate the wrapped API in revisions and ease the task of producing ABI compatible bindings.
* Type system parser has now the ability to ignore entries as demanded by the ↵Marcelo Lira2012-03-091-0/+15
| | | | | | | | | | | | | | | | | | | | user. The entries that could be dropped are: * Object and Value types * Global functions * Namespaces * Enums The entry name must be fully qualified with scope items separated by a dot (.) and beginning with the module/package name. Example: to drop the class "Bar" inside the namespace "Foo" from the "Pkg" package specify it with: "Pkg.Foo.Bar". TODO: The parser will later complain that dropped entries found on the headers are not found in the type system. That's obviously incorrect, but to fix it all the type entries should store the name of the package from where the came. And that's a needed improvement!
* Fixes a misspelling.Marcelo Lira2012-03-091-1/+1
|
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-0/+14
| | | | | With this flag you can specify after which version the tag became valid.
* Fix constness of TypeDatabase methods.Hugo Parente Lima2012-03-091-21/+21
|
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+190