aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump version.Hugo Parente Lima2012-03-091-2/+2
* Bump version show in documentation.Hugo Parente Lima2012-03-091-2/+2
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.8.0Renato Filho2012-03-095-19/+30
* Bumping the version due to a BIC change in commit ce7f2121cd3583d67f26bcc87e8...Hugo Parente Lima2012-03-091-2/+2
* Fixes various memory alignment issues which cause generator to crash on align...Modestas Vainius2012-03-095-4/+33
* Fixed function modification propagation.Renato Filho2012-03-095-2/+125
* Add support for distributed compilation using icecc.Hugo Parente Lima2012-03-092-0/+12
* Created function to discovery when a class implement a container type.Renato Filho2012-03-095-1/+114
* If a class have a non final method doesn't mean that class is polymorphic.Hugo Parente Lima2012-03-093-1/+34
* Avoid removing temporary file when in DEBUG mode.Luciano Wolf2012-03-091-0/+3
* Colored output is disabled by default on Windows.Hugo Parente Lima2012-03-092-10/+10
* Use binary dir to install libraries on windows when not using msvc.Renato Filho2012-03-091-0/+2
* Use CMake DEFINES to export symbols.Renato Filho2012-03-092-4/+4
* Fix flags used when compiling using MSVC.Hugo Parente Lima2012-03-091-1/+1
* Fixed error during the property functions parser.Renato Filho2012-03-091-1/+2
* Disable colored output on windows (msvc)Hugo Parente Lima2012-03-091-1/+1
* Make libxml2 and libxslt optional dependencies.Hugo Parente Lima2012-03-093-10/+32
* Detect operator() as operator overload.Renato Filho2012-03-091-0/+1
* Does not consider private operators.Renato Filho2012-03-091-9/+9
* Bump to version 0.7.1.Renato Filho2012-03-091-1/+1
* Updated allocator class.sb-0.7.0Renato Filho2012-03-091-111/+109
* Fix wrong behaviour of topological sort.Luciano Wolf2012-03-091-2/+4