aboutsummaryrefslogtreecommitdiffstats
path: root/parser
Commit message (Collapse)AuthorAgeFilesLines
* Remove GCC 4.6 warnings on abstractmetabuilder.cpp and parser.cppHugo Parente Lima2012-03-091-2/+0
| | | | | abstractmetabuilder.cpp:1792:9: warning: variable ‘firstDefaultArgument’ set but not used [-Wunused-but-set-variable] parser.cpp:2136:17: warning: variable ‘global_scope’ set but not used [-Wunused-but-set-variable]
* Anonymous enums now supported.Marcelo Lira2012-03-093-1/+16
|
* Fixes various memory alignment issues which cause generator to crash on ↵Modestas Vainius2012-03-095-4/+33
| | | | | | | alignment-sensitive architectures. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Updated allocator class.sb-0.7.0Renato Filho2012-03-091-111/+109
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Init struct values on constructor.Hugo Parente Lima2012-03-091-0/+2
| | | | Newer versions of parser do this, e.g. the version used on kdevelop4.
* Fixes usage of std::unique method.Marcelo Lira2012-03-091-0/+1
| | | | | std::unique looks for adjacent duplicates in a list, so it needs to be sorted for the algorithm to work in all items.
* Fix compilation and instalation on MSVC.Hugo Parente Lima2012-03-091-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Do not create two AbstractMetaClass for every template class.Hugo Parente Lima2012-03-091-1/+5
|
* Removed unused parser file.Hugo Lima2009-11-181-295/+0
|
* Add missing include directives in the C++ parser code.Hugo Lima2009-08-202-0/+8
|
* The genesis...Hugo Lima2009-08-1761-0/+16925