aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-095-20/+138
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-086-3/+168
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-082-2/+5
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-085-4/+95
* Do not count user added constructor when searching for implicity conversions.Hugo Lima2010-02-031-1/+7
* Added tests for ownership modification.Hugo Lima2010-02-023-0/+94
* Allow a class to multiple inherit from various object-types.Hugo Lima2010-02-014-9/+109
* Fixed implicitly conversion retrieve values, for accept constructors with def...Renato Filho2010-01-291-1/+1
* Fix AbstractMetaClass::has* methods, so they only check your own methods.Hugo Lima2010-01-261-8/+8
* Add helper method AbstractMetaClassList::findClass(const TypeEntry* typeEntry).Hugo Lima2010-01-262-0/+10
* Test TestModifyDocumentation does not need X11 server connection to run.Hugo Lima2010-01-211-1/+6
* When a constructor able to trigger implicity conversions is removedHugo Lima2010-01-204-1/+102
* Fix AbstractMetaClass->isPolymorphic method, it was returning false for QEven...Hugo Lima2010-01-151-4/+4
* Correctly search for typesystem in all available typesystem paths.Hugo Lima2010-01-081-8/+5
* Added function can be tagged as static methods.Hugo Lima2010-01-076-3/+41
* Disable verbose output on tests.Hugo Lima2009-12-281-4/+4
* Bump version to 0.3.4renato2009-12-211-1/+1
* Updated ChangeLog.renato2009-12-171-1/+128
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-166-4/+62
* Adds normalizedSignature static method to TypeDatabase.Marcelo Lira2009-12-163-4/+24
* Modifications in ancestors are not returned if the current class reimplements...Marcelo Lira2009-12-161-1/+1
* Modified AbstractMetaFunction::hasSignatureModifications to check for functio...Marcelo Lira2009-12-161-0/+2
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-167-10/+114
* Fixed support for modify args in add-function tag.renato2009-12-084-6/+64
* TypeEntries created for unknown types found in user added functionsHugo Lima2009-12-011-1/+1
* Initial version of ownership documentationLauro Neto2009-11-302-0/+86
* Adding index attr to parent exampleLauro Neto2009-11-271-1/+1
* Modified the AbstractMetaFunction class to have a separated flag toMarcelo Lira2009-11-244-7/+46
* Merge commit 'mainline/master'renato araujo oliveira2009-11-246-3/+147
|\
| * Install FindApiExtractor.cmake in the correct directory when usingHugo Lima2009-11-241-1/+1
| * Added methods to set and check for protected and virtual destructorMarcelo Lira2009-11-245-2/+146
* | Bump version to 0.3.3renato araujo oliveira2009-11-241-1/+1
* | updated changelog.renato araujo oliveira2009-11-241-1/+257
|/
* Fix topological sort for args with default expression 0 and value type.renato araujo oliveira2009-11-231-0/+3
* - Fixes flags used with msvc.Hugo Lima2009-11-231-2/+2
* Fixes various bugs on FindApiExtractor.cmake found when trying to compileHugo Lima2009-11-201-7/+12
* Export AbstractMetaField class.Hugo Lima2009-11-201-2/+1
* Do not export global variables used only in typesystem.cpp.Hugo Lima2009-11-203-56/+60
* Fix install command, so it works on windows.Hugo Lima2009-11-201-2/+8
* Export a minimal set of classes in ReportHandler interface, to speep upHugo Lima2009-11-202-111/+118
* Do not exit with a assertion failure when the typesystem was not found.Hugo Lima2009-11-191-1/+4
* Do not attempt to write/read a file when the file name is a empty string.Hugo Lima2009-11-181-0/+3
* Fix windows macros for dll export/import.Hugo Lima2009-11-181-2/+2
* Removed unused parser file.Hugo Lima2009-11-182-296/+0
* Fix apiextractor unit tests.Hugo Lima2009-11-162-9/+9
* Add public visibility for more classes.Hugo Lima2009-11-162-13/+13
* Remove CustomTypeEntry classHugo Lima2009-11-161-18/+0
* Remove JObjectWrapperTypeEntry classHugo Lima2009-11-161-24/+0
* Remove QThreadTypeEntry classHugo Lima2009-11-161-23/+0
* The type system parser now reuses TypeSystemTypeEntry for the any moduleMarcelo Lira2009-11-161-2/+5