aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed memory leak.Renato Filho2012-03-097-95/+151
* Fixed tag processing to accept "inject-code" as child tag of "add-function".Marcelo Lira2012-03-091-1/+2
* Put back variable-name in 'reference-count' tag.Renato Filho2012-03-092-0/+3
* Bump version due to ABI changes.Hugo Parente Lima2012-03-091-2/+2
* Fix bug#260 - "Can't modify argument name of a function added with add-functi...Hugo Parente Lima2012-03-096-65/+79
* Removed unused global variable.Hugo Parente Lima2012-03-091-3/+1
* Init struct values on constructor.Hugo Parente Lima2012-03-091-0/+2
* Fix bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2012-03-091-1/+1
* Added a method to return the template list from AbstractMetaBuilder.Marcelo Lira2012-03-091-0/+4
* Added test for a class inheriting from a container template.Marcelo Lira2012-03-092-0/+37
* Namespaces must be traversed recursively as they should.Marcelo Lira2012-03-092-17/+60
* Added test for class member inside a two nested namespaces.Marcelo Lira2012-03-092-0/+30
* Guarantees that namespaces and inner classes will not be repeated.Marcelo Lira2012-03-091-2/+10
* Added test for template inheritance involving forward declaration and namespace.Marcelo Lira2012-03-092-0/+36
* Adds test case to namespace members, namely enums and functions.Marcelo Lira2012-03-093-0/+94
* Fixes usage of std::unique method.Marcelo Lira2012-03-092-0/+2
* Added test for template inheritance involving a forward declaration.Marcelo Lira2012-03-092-0/+33
* Class members are traversed after the classes themselves.Marcelo Lira2012-03-092-4/+34
* Type translation now looks in the class' parent scope.Marcelo Lira2012-03-091-4/+20
* Added test for type resolution order.Marcelo Lira2012-03-093-2/+97
* Implemented support to namespace on documentation.Renato Filho2012-03-091-0/+12
* Fixed namespace resolution name.Renato Filho2012-03-091-1/+14
* Created test for namespace resolution name.Renato Filho2012-03-092-0/+44
* Fix cmake files used by other libs to detect ApiExtractor.Hugo Parente Lima2012-03-092-2/+2
* Fix compilation and instalation on MSVC.Hugo Parente Lima2012-03-092-1/+11
* Fix trivial spelling errors.Renato Filho2012-03-091-1/+1
* Fixes AbstractMetaBuilder::fixDefaultValue method.Marcelo Lira2012-03-091-2/+0
* Exclude signals from named arguments check test.Luciano Wolf2012-03-091-1/+1
* Documented rename to tag inside of argument modification.Renato Filho2012-03-091-0/+12
* Append more details on message related to nameless arguments.Renato Filho2012-03-091-1/+1