aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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