aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - All reverse operators are now properly tagged as "reverse operator".Hugo Lima2009-11-091-4/+4
| | | | | | | - Reverse operators aren't tagged as static methods anymore. - Reverse operators now have just one parameter, the one that matters. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Remove the stream argument when modifying <</>>Lauro Neto2009-11-091-3/+7
| | | | | | | | | The global operator function was being added to a class' method list but without modifying the argument list by removing the owner class. It was removed a long time ago when working on boostpythongenerator. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Use isStream instead of hardcoding QDataStreamLauro Neto2009-11-091-2/+1
| | | | Also added documentation
* Add m_stream attribute to AbstractMetaClassLauro Neto2009-11-091-0/+2
|
* The AbstractMetaBuilder::traverseFunction method for added functionsMarcelo Lira2009-11-091-0/+1
| | | | | | now decide the usage pattern for the AbstractMetaTypes of the arguments. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Added functions aren't marked as virtual anymore.Hugo Lima2009-10-221-0/+1
| | | | Reviewed by Renato Araujo <renato.filho@openbossa.org>
* Added support for add-function tag into typesystem.Hugo Lima2009-10-211-0/+57
|
* Fixed bugs related to the strings returned by defaultValue and ↵Hugo Lima2009-09-181-19/+17
| | | | | | | | | originalDefaultValue. - If there are no typesystem modifications, originalDefaultValue will be equals to defautlvalue, so originalDefaultValue will not be the same string found by the C++ parser, it will be usefull only to check if there are some default values modifications.
* Revert "Fix a bug related to function default values."Hugo Lima2009-09-181-1/+92
| | | | | | This fix bring to much regressions. This reverts commit 752c22056f4ba61961a01819992f9af71a3b0416.
* Fix a bug related to function default values.Hugo Lima2009-09-151-92/+1
| | | | | | | | ApiExtractor tries to modify the defaultValue every time, so then return value of originalDefaultValue() if diferent from the return value of defaultValue() when they dont need to be. Unit test included.
* Add the option to set the directory where all log files will be created.Hugo Lima2009-09-111-5/+13
|
* Create a new method to AbstractType: isValuePointer.Renato Araujo Oliveira Filho2009-08-261-7/+6
| | | | | | Separeted value pointers from native pointer for help generators. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* The genesis...Hugo Lima2009-08-171-0/+2556