aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Un-hardcode test resources pathsb-0.9.3Lauro Neto2012-03-093-2/+9
* Fix documentation typo.Hugo Parente Lima2012-03-091-1/+1
* Bumped version to 0.9.3.Renato Araujo Oliveira Filho2012-03-091-1/+1
* Fixed polymorphic value for classes.sb-0.9.2Renato Araujo Oliveira Filho2012-03-091-0/+4
* Add support to fix bug#493 - "__eq__ and friends not implemented for QKeyEven...Hugo Parente Lima2012-03-093-4/+39
* Bumped version to 0.9.2.Renato Araujo Oliveira Filho2012-03-091-1/+1
* Renamed the "define-ownership" tag "calss" attribute value from "shell" to "n...sb-0.9.1Marcelo Lira2012-03-092-2/+2
* Make installed tests executableLauro Neto2012-03-091-1/+1
* Add option to install the tests binaries.Lauro Neto2012-03-092-0/+4
* Include "generate" attribute for namespace type into documentation.Luciano Wolf2012-03-091-2/+7
* Bumped version to 0.9.1Renato Araujo Oliveira Filho2012-03-091-1/+1
* Bump version to 0.9.0sb-0.9.0Lauro Neto2012-03-091-2/+2
* Updated documentation for the 'remove' attribute of the 'modified-field' tag.Marcelo Lira2012-03-091-0/+3
* Discards class' fields removed in the type system binding description.Marcelo Lira2012-03-091-1/+1
* Added the 'AbstractMetaField::isModifiedRemoved' method.Marcelo Lira2012-03-092-0/+19
* Added the 'remove' attribute to the 'modify-field' type system tag.Marcelo Lira2012-03-091-12/+22
* Moved members of FunctionModification to parent Modification class.Marcelo Lira2012-03-091-7/+8
* Fixes spelling on warning message.Marcelo Lira2012-03-091-1/+1
* Added unit test to field removal.Marcelo Lira2012-03-093-0/+93
* Fix TypeEntry::isCppPrimitive to return true on void types.Hugo Parente Lima2012-03-091-1/+1
* Add helper method TypeEntry::isCppPrimitive.Hugo Parente Lima2012-03-092-1/+17
* Bump version to 0.8.2Hugo Parente Lima2012-03-091-1/+1
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-096-1/+42
* Fix extraction of documentation from namespaced classes.Hugo Parente Lima2012-03-091-5/+1
* Better qproperty function checkLauro Neto2012-03-091-5/+11
* Change "or" to "||".Hugo Parente Lima2012-03-091-1/+1
* Implement support to target conversion.renatofilho2012-03-092-11/+33
* Add toStringCapability attribute to AbstractMetaClass.Hugo Parente Lima2012-03-092-17/+13
* Added a better support for resolution of enum value attribution.Marcelo Lira2012-03-093-6/+99
* Private enums are now accepted in the type system database.Marcelo Lira2012-03-093-8/+55
* Improved resolution of enum value attributions.Marcelo Lira2012-03-094-42/+93
* Avoid check ifr include file exists during the generation.renatofilho2012-03-091-2/+1
* Fixed AbstractMetaBuilder to handle enum values receiving boolean values.Marcelo Lira2012-03-092-20/+65
* Add retrieveModuleDocumentation(modName) function to DocParser API.Hugo Parente Lima2012-03-093-18/+33
* Fix doxygen tags on comments.Hugo Parente Lima2012-03-091-4/+4
* Fixes compiler warning on AbstractMetaBuilder.Marcelo Lira2012-03-091-1/+1
* Fixes segmentation fault caused by bad handling of global enums.Marcelo Lira2012-03-091-15/+15
* Argument types that are arrays with specified sizes are correctly recognized.Marcelo Lira2012-03-094-3/+180
* Fixed AbstractMetaClassList::findEnumValue to search for the enum in all clas...Marcelo Lira2012-03-091-7/+14
* Fixed AbstractMetaClass::findEnumValue method.Marcelo Lira2012-03-091-1/+1
* The AbstractMetaBuilder::figureOutEnumValues method now operates over global ...Marcelo Lira2012-03-091-0/+10
* Added tests for global enums.Marcelo Lira2012-03-092-0/+38
* Removed files not used by our current documentation.Hugo Parente Lima2012-03-0915-666/+1
* Updates tests to use nesting of type declarations.Marcelo Lira2012-03-095-17/+147
* Adds support for nested type declarations on the type system file.Marcelo Lira2012-03-092-73/+86
* Use CMAKE_<CONFIG>_POSTFIX on config files, used for cmake and pkgconfig.renatofilho2012-03-093-4/+11
* Added documentation for "enum-type" tag attribute "identified-by-value".Marcelo Lira2012-03-091-0/+6
* Anonymous enums now supported.Marcelo Lira2012-03-097-2/+57
* Added tests for anonymous enums.Marcelo Lira2012-03-092-0/+31
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2012-03-095-95/+17